-
Hi, I'd like to know if there's a way to globally adjust the border-radius. Thanks :> |
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
Nov 11, 2023
Replies: 1 comment 1 reply
-
There are CSS variables: https://daisyui.com/docs/themes/#-5 "--border-btn": "1px", // border width of buttons
"--tab-border": "1px", // border width of tabs
"--tab-radius": "0.5rem", // border radius of tabs You can set them in a daisyUI theme |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are CSS variables: https://daisyui.com/docs/themes/#-5
You can set them in a daisyUI theme
or you can use them directly in CSS
or you can use the in utility class like
[--border-btn:2rem]