Skip to content

Commit

Permalink
Made horizontal Tab scroll buttons always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Oct 16, 2023
1 parent 953cbe1 commit 97b0ef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/ui/src/components/App/muiTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@ const muiThemeBase: ThemeOptions = {
indicator: {
display: 'none',
},
scrollButtons: {
'&.Mui-disabled': {
opacity: 0.3,
}
},
},
},
MuiTab: {
Expand Down

0 comments on commit 97b0ef7

Please sign in to comment.