the tailwind.config.js file now supports some basic primary,secondary,alert,confirm, title ,subtitle etc. colors to use abstractly throughout the app to ensure design consistency. To add more colors, take a look at tailwind.config.js and add more.
Usage :
alert: '#E53E3E' is defined in tailwind.config.js
the tailwind.config.js file now supports some basic primary,secondary,alert,confirm, title ,subtitle etc. colors to use abstractly throughout the app to ensure design consistency. To add more colors, take a look at
tailwind.config.js
and add more.Usage : alert: '#E53E3E' is defined in tailwind.config.js
<div className="bg-alert">
<p className="text-alert">