Skip to content

Commit

Permalink
updaet button style
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Jan 19, 2024
1 parent db7a78c commit 079cc76
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ function TcConfirmSchaduledAnnouncementsDialog({
<>
<TcButton
text={buttonLabel}
sx={{
maxWidth: {
xs: '100%',
sm: '8rem',
},
padding: {
xs: 'auto',
sm: '0.4rem 1.5rem',
},
height: '2.4rem',
}}
variant="contained"
disabled={isDisabled}
onClick={() => setConfirmSchadulerDialog(true)}
Expand Down

0 comments on commit 079cc76

Please sign in to comment.