Skip to content

fix: make theater mode toggle button visible on light theme#4143

Open
pierreeurope wants to merge 1 commit intoTeamPiped:masterfrom
pierreeurope:fix/theater-mode-button-visibility
Open

fix: make theater mode toggle button visible on light theme#4143
pierreeurope wants to merge 1 commit intoTeamPiped:masterfrom
pierreeurope:fix/theater-mode-button-visibility

Conversation

@pierreeurope
Copy link

Summary

The chevron button to toggle theater mode (collapse/expand sidebar) was invisible on the light theme because it inherited the dark text color while being positioned against the video's dark background.

Changes

Added text-white class to the theater mode toggle button, ensuring it's always visible regardless of the selected theme. Since the button always appears against the dark video player background, white text is appropriate for both light and dark themes.

Fixes #4072

The chevron button to toggle theater mode was invisible on the light
theme because it inherited the dark text color while being positioned
against the video's dark background.

Adding text-white ensures the button is always visible regardless of
the selected theme, since it always appears against the dark video
background.

Fixes TeamPiped#4072

Signed-off-by: pierreeurope <pierre.europe@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Disable theater mode" button invisible on light theme

1 participant