Open hfekete opened 9 months ago
Fixed all the other colors except gray
Due to the fact that Nuxt-UI is using gray internally, it overrides gray color from UI and translates it to color named "cool". Because of that, examples like bg-gray-500 etc ... do not work as intended outside of the nuxt-UI components.
We need to investigate fix for that.
@steveburtch @hfekete this ticket has a label of 'On Hold'. Can you provide a brief explanation of why this is on hold?
Fixed all the other colors except gray
Due to the fact that Nuxt-UI is using gray internally, it overrides gray color from UI and translates it to color named "cool". Because of that, examples like bg-gray-500 etc ... do not work as intended outside of the nuxt-UI components.
We need to investigate fix for that.