Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textFieldStyle Bug #508

Open
Maybeetomorrow opened this issue Nov 19, 2024 · 0 comments
Open

textFieldStyle Bug #508

Maybeetomorrow opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Maybeetomorrow
Copy link

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:

  1. Successful initialization
  2. Successful display of the hint with the correct color
  3. 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
sc1
Figure 1 - Successful initialization

sc2

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
),
)
@Maybeetomorrow Maybeetomorrow added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant