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've been trying to customize my Inputmode="flat", but one thing that I wasn't able to figure out (even reading the source code) was How to change the fontFamily of my Input's label.
I looked over a lot of issues on this repository and I was able to remove the underline from the input and have a different visual for when it is selected/filled.
While looking the original source, I found that I could change it through the project's Theme, but I'm using styled-components/native's ThemeProvider, I'm not sure the cleanest way to accomplish that. It would be better for me to change it directly on the component.
Please, help me to change the label fontFamily. I would be very grateful. Thanks!
Description
I've been trying to customize my Input
mode="flat"
, but one thing that I wasn't able to figure out (even reading the source code) was How to change the fontFamily of my Input's label.I looked over a lot of issues on this repository and I was able to remove the underline from the input and have a different visual for when it is selected/filled.
While looking the original source, I found that I could change it through the project's Theme, but I'm using styled-components/native's ThemeProvider, I'm not sure the cleanest way to accomplish that. It would be better for me to change it directly on the component.
Please, help me to change the label fontFamily. I would be very grateful. Thanks!
Coding
The text was updated successfully, but these errors were encountered: