Open omar-bear opened 9 months ago
Can you test again please @omar-bear?
It's working when I try this for example :
<ThemeProvider
theme={{
components: {
Input: {
bg: 'red.50',
borderColor: 'red.200',
borderWidth: 2,
focusBorderWidth: 3,
borderRadius: 'full',
focusBorderColor: 'red.600',
placeholderTextColor: 'red.400',
},
},
}}
>
Description
I am unable to style the Input component from the theme.
After looking through the Ficus UI codebase and examining the
useDefaultProps
hook, which is supposed to grab the Input component's style from the theme, I styled the Input in the following way:I also tried directly like this:
However, it's still not working.