Replies: 1 comment
-
I think for this case, you’ll want to use FLabelStyle’s unnamed constructor & pass in a labelTextStyle. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, thank you for this great package.
I'm using
Forui
and I would like to change the default color of the labels inTextFields
. I've checked the documentation but couldn't find a clear way to do this.Is there a recommended way to change the default label text color (without having to customize each one individually)?
What have I tried?
I ran
dart run forui style create text-field
but the only relevant code for labels I found is:My current workaround
For each
FTextField
I manually add:Output
I'm using the
FThemes.blue.light
theme btwBeta Was this translation helpful? Give feedback.
All reactions