change all scrollbar color

This commit is contained in:
Abhinav 2022-10-10 17:11:37 +05:30
parent f308dcebcf
commit 686eb1ec71

View file

@ -82,6 +82,9 @@ const darkThemeOptions = createTheme({
body: {
fontFamily: ['Inter', 'sans-serif'].join(','),
letterSpacing: '-0.011em',
'::-webkit-scrollbar-thumb': {
backgroundColor: 'rgba(256, 256, 256, 0.12)',
},
},
strong: { fontWeight: 900 },
},