mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Updated the scrollbar color to work well on both light and dark Storybook themes
This commit is contained in:
parent
a2fd9628c8
commit
c6c912000d
@ -413,7 +413,7 @@ export const getScrollAreaStyles: (theme: Theme) => CSSObject = (theme: Theme) =
|
||||
borderRadius: 10,
|
||||
},
|
||||
'.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle': {
|
||||
background: theme.color.darker,
|
||||
background: theme.color.mediumdark,
|
||||
opacity: 0.5,
|
||||
},
|
||||
'.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user