Configuration
Primary Colors
AdminTW comes with a primary background and text colour of #5A67D8
theme: {
extend: {
colors: {
primary: '#5A67D8',
},
textColors: {
primary: '#5A67D8'
},
},
},
To change this edit tailwind.config.js
Make sure you run npm run build
to rebuild the CSS file after making any changes.