Skip to content

DialogTextField color change for dark mode #134

@vgavrilovikj

Description

@vgavrilovikj

Here's my code for the textinputdialog:

showTextInputDialog(
  context: context,
  textFields: [
    DialogTextField(
        initialText: widget
            .recentChatBlockEntity
            .title,
        hintText: 'Title'),
  ],
  title: 'Rename chat')

This works great - however when the app is in dark mode it shows black text on a black background - I want to change the color of the text of the DialogTextField, the initialText to be white and hintText to have lightgray color...

How can I achieve this?

P.S. Would be good to add some more documentation regarding the package and it's configutations

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions