Skip to content

Commit

Permalink
fix(): XL border radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 2, 2024
1 parent 3479e82 commit 932e544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tailwindTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const tailwindTheme = {
},
},
borderRadius: {
xl: `calc(var(--radius) + 4px)`,
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
Expand Down

0 comments on commit 932e544

Please sign in to comment.