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:

Hover:

Focused typing (here's the problem):

Switching to dark mode:

The
Inputcomponent 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):Here is an example:
Focused placeholder:

Hover:

Focused typing (here's the problem):

Switching to dark mode:
