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

@ -89,7 +89,7 @@ const useStyles = makeStyles((theme) => ({
marginLeft: theme.spacing(1),
},
copyButton: {
borderRadius: 7,
borderRadius: theme.shape.borderRadius,
padding: theme.spacing(0.85),
minWidth: 32,