Skip to content

Commit

Permalink
modify borderRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Oct 22, 2024
1 parent 87a2e30 commit 124be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/card/AnyWayCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const useStyles = makeStyles((theme) => ({
boxSizing: 'border-box',
padding: 0,
backgroundColor: (theme.palette.primary as ColorScheme).containerColor,
borderRadius: '16px',
borderRadius: '40px',
},
button: {
'&:hover': {
Expand Down

0 comments on commit 124be2e

Please sign in to comment.