-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I tried your package and it seems great. However, It seems like colors are broken, at least with the latest tailwind and default configuration.
If you take a look in the default tailwind configuration it uses: , you'll notice there are colors are defined with degrees:
blue: {
100: '#ebf8ff',
200: '#bee3f8',
300: '#90cdf4',
400: '#63b3ed',
500: '#4299e1',
600: '#3182ce',
700: '#2b6cb0',
800: '#2c5282',
900: '#2a4365',
},but your components use bg-blue hover:bg-blue-dark, so there are no those colors.
Is it a known issue? What is the best solution for that? Thanks
Metadata
Metadata
Assignees
Labels
No labels