-
Notifications
You must be signed in to change notification settings - Fork 6
feat(DropdownMenu): handle variant
prop
#144
base: dev
Are you sure you want to change the base?
Conversation
I'm not sure to understand why classes are not picked up for |
@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 |
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#2146
β Type of change
π Description
Cleaner version of #142.
π Checklist