sashankshukla / splash

2 stars 0 forks source link

add module colors to tailwind-config #30

Closed sashankshukla closed 1 year ago

sashankshukla commented 1 year ago

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">