Replies: 2 comments 2 replies
-
|
Hi! I think you're looking for the withDefaultProps extension. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi @JavaJamie const theme = extendTheme({
components: {
Input: {
sizes: {
lg: {
field: {
borderRadius: 'none',
},
},
},
},
},
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to remove the border radius on all components in the theme? Also, extendTheme doesn't appear to auto-complete the different props so it's difficult to know what can be customised.
I've tried this but it only works for Button?
Thanks all.
Beta Was this translation helpful? Give feedback.
All reactions