Open
Description
Current behavior
Tailwind 4 exposes color variables like --color-gray-300, --color-sky-300, etc.
ReactFlowbite overwrites some of the colors and for them the color variables definitions are lost.
The colors that are not overwritten by ReactFlowbite are defined.
On this screenshot "gray" is one of the colors redefined by ReactFlowbite and is undefined:
On this screenshot "sky" is one of the colors not redefined by ReactFlowbite and is defined:
Expected behavior
All color variables are defined.
Similar issue existed before for flowbite package. (themesberg/flowbite#1021)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress