-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FIX the color of the menu separator #11564
Conversation
Nice find Norbert! While you're here, could you break the menu out into its own story? The tooltip has a |
…oks/storybook into fix/color-border-in-menu
The |
yeah, kinda intentional really :) Since the other story already covers the expanded state? |
Heads up, this story gets captured strangely in Chromatic. Add more height? |
@@ -2,7 +2,7 @@ import React, { useMemo } from 'react'; | |||
|
|||
import { Badge } from '@storybook/components'; | |||
import { API } from '@storybook/api'; | |||
import { useTheme, Theme, darken } from '@storybook/theming'; | |||
import { useTheme, Theme } from '@storybook/theming'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops I forgot to remove this sorry. Embarrassing 😅
The separator in the menu in dark mode was styled in the light-mode @domyen