chore: Increase border radius (#3493)

This commit is contained in:
Bruno Quaresma
2022-08-12 14:58:14 -03:00
committed by GitHub
parent c3fcf7c953
commit 0e8c68ebc5
10 changed files with 16 additions and 16 deletions

View File

@ -91,7 +91,7 @@ const useStyles = makeStyles((theme) => ({
padding: `0 ${theme.spacing(1.5)}px`,
},
content: {
borderRadius: 7,
borderRadius: theme.shape.borderRadius,
display: "flex",
flexDirection: "column",
padding: theme.spacing(2),