Skip to content

Commit

Permalink
decrease radius for theme
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Mar 16, 2024
1 parent dc19354 commit 802f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/theme/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const shadows = new Array(25).fill("none") as Shadows;

const theme = createTheme({
shape: {
borderRadius: 6,
borderRadius: 4,
},
shadows: shadows,
palette: {
Expand Down

0 comments on commit 802f37c

Please sign in to comment.