Open Silver343 opened 4 months ago
I'm not sure to understand why classes are not picked up for subtle
variant ๐ค
@benjamincanac can you provide more details.
seems to be working for me.
The divider should not be black (same in dark mode but white) and the hover states don't seem to work ๐ฌ
it seems the current divider color is the browser default and the divide-gray-300
is not making it to the browser, this is the case if i change other components too. not sure how the tailwind jit works with the nuxt module and template file used.
it seems to be related to a dependency, when I switch to a outdated branch and install the dependancies then switch back it looks as expected and i can update it with new classes.
The hover isn't correct at the moment as the hover class and the bg class are the same color. Ive corrected for the screenshot below.
if I update the dependencies. it breaks as soon as i updated any class in the theme.
The last commit in the branch that works is e7e1b23
๐ Linked issue
nuxt/ui#2146
โ Type of change
๐ Description
Cleaner version of nuxt/ui3#142.
๐ Checklist