Skip to content

textFieldStyle Bug #508

@silentvein

Description

@silentvein

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
),
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions