Updated the scrollbar color to work well on both light and dark Storybook themes

This commit is contained in:
Michael Arestad 2021-10-13 15:59:06 -06:00
parent a2fd9628c8
commit c6c912000d

View File

@ -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': {