Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit f243084

Browse files
author
Manuel Proß
committed
feat(web): add classes for custom border radius
1 parent e85c63e commit f243084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/tailwind.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ const config: Config = {
2525
lg: "clamp(1.75rem, 3vw, 32px)",
2626
xl: "clamp(2rem, 4vw, 42px)",
2727
},
28+
borderRadius: {
29+
sm: "15px",
30+
DEFAULT: "35px",
31+
},
2832
},
2933
plugins: [],
3034
};

0 commit comments

Comments
 (0)