Border radius
Learn how to set and customize the border radius of your app.
Adjust the border radius of your components using the --radius
CSS variable in the globals.css
file.
Sizes
By default, the theme builder allows 4 border radius values.
Size | Value |
---|---|
None | -0.5rem |
Small | 0.125rem |
Medium | 0.25rem |
Large | 0.5rem |
But you can use any value you want. Like: 3px
or 1rem
.
Preview
None
Account
Make changes to your account here. Click save when you're done.
Small
Account
Make changes to your account here. Click save when you're done.
Medium
Account
Make changes to your account here. Click save when you're done.
Large
Account
Make changes to your account here. Click save when you're done.
Custom
This is how will look if the --radius
CSS variable is set to 1rem
.
Account
Make changes to your account here. Click save when you're done.