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