Skip to content

Commit

Permalink
fix: scrollbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Jul 25, 2024
1 parent 3c7de7a commit c762c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const styledLightTheme = {
contextMenuBgColorHover: '#E8E8EC',

scrollbarThumbColor: '#C4C4C4',
scrollbarTrackColor: 'rgba(121, 121, 121, 0.4)',
scrollbarTrackColor: '#e4e4e7',
}

const styledDarkTheme = {
Expand Down

0 comments on commit c762c4f

Please sign in to comment.