You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: