Skip to content

Input has white text in light mode #1170

@Smail

Description

@Smail

The Input component seems to not display text properly when the terminal (pytxis - the replacement for gnome-terminal in Ubuntu 25.10) is set up in light mode. The foreground text is may hardcoded to be white all the time. Here's my code (it's just a normal Input):

Component input_front = Input(&state.add_card_front, "Front side of the card...");
Component input_back = Input(&state.add_card_back, "Back side of the card...");

Here is an example:

Focused placeholder:
Image

Hover:
Image

Focused typing (here's the problem):
Image

Switching to dark mode:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions