Skip to content

Commit

Permalink
fix: loading button background color (#10479)
Browse files Browse the repository at this point in the history
  • Loading branch information
lelenei committed Aug 18, 2023
1 parent 5a5db87 commit 735dd6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const useStyles = makeStyles<{ listItemBackground?: string; listItemBackg
flex: 'initial !important',
'&:disabled': {
color: theme.palette.common.white,
background: theme.palette.common.black,
},
'&:hover': {
color: theme.palette.common.white,
Expand Down

0 comments on commit 735dd6f

Please sign in to comment.