JSFiddle - React, Tailwind, and code Playground
by _sir
JavaScript
const theme = {
base: {
text: {
normal: '#000'
}
},
form: {
background: '#ccc',
},
menu: {
iconColor: '#fff',
},
}
by _sir
const theme = {
base: {
text: {
normal: '#000'
}
},
form: {
background: '#ccc',
},
menu: {
iconColor: '#fff',
},
}