Skip to content

Commit

Permalink
Update disabled button text color and background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 31, 2023
1 parent f5d2869 commit 527d475
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ export const DonateButton = styled(LinkButton)(() => ({
'0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12)',
},

'&.Mui-disabled': {
backgroundColor: 'rgba(152, 152, 152, 0.8)',
color: 'rgba(0, 0, 0, 0.4)',
},

[theme.breakpoints.up(1111)]: {
display: 'inline-flex',
marginBottom: 0,
Expand Down

0 comments on commit 527d475

Please sign in to comment.