mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: Increase border radius (#3493)
This commit is contained in:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user