Describe the bug
I'm trying to change the color of the text where the user writes their login details, but the color doesn't change.
To reproduce
Steps to reproduce the behavior:
- Successful initialization
- Successful display of the hint with the correct color
- Clicking on inputText and the foreground color is set to the default gray, although it should be white.
Expected behavior
Get white text color
Screenshots

Figure 1 - Successful initialization
Figure 2 - Gray text when it should be white
Info (please fill in the following information):
- Device: [Samsung Galaxy S24 Ultra]
- Platform [mobile]
- Flutter version: [e.g. 3.24.5]
Additional context
Used code:
theme: LoginTheme(
primaryColor: Pallete.blackColor,
accentColor: Pallete.mainColor,
errorColor: Colors.pink,
textFieldStyle: TextStyle(
color: Pallete.whiteColor
),
)
Describe the bug
I'm trying to change the color of the text where the user writes their login details, but the color doesn't change.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Get white text color
Screenshots

Figure 1 - Successful initialization
Figure 2 - Gray text when it should be white
Info (please fill in the following information):
Additional context
Used code: