Skip to content

Commit

Permalink
Scrollbar supports theming again
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed May 16, 2019
1 parent 1891e9f commit bd2a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/src/ScrollArea/ScrollAreaStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export const getScrollAreaStyles: (theme: Theme) => Interpolation = (theme: Them
'.simplebar-scrollbar:before': {
position: 'absolute',
content: '""',
background: 'black',
borderRadius: 7,
left: 0,
right: 0,
opacity: 0,
transition: 'opacity 0.2s linear',
background: theme.base === 'light' ? theme.color.darkest : theme.color.lightest,
},

'.simplebar-track .simplebar-scrollbar.simplebar-visible:before': {
Expand Down

0 comments on commit bd2a6f8

Please sign in to comment.