Skip to content

MacosTextField placeholder has too low contrast ratioΒ #566

@stephane-archer

Description

@stephane-archer
Image
Container(
                    color: userConvertionParameters.destWidth == null ||
                            userConvertionParameters.destWidth == 0
                        ? darkRed
                        : darkGreen,
                    child: MacosTextField(
                      controller: _widthController,
                      placeholder: "Width: (Example: \"1280\")",
                      keyboardType: TextInputType.number,
                      onChanged: (String value) {
                      },
                    )

the placeholder on MacosTextField is too dark for most people, there should be a better contrast ratio

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions