Skip to content

fix: make volume indicator text readable on dark background#1045

Open
aviadlevy wants to merge 1 commit into
DonutWare:developfrom
aviadlevy:worktree-fix+volume-modal-text-color
Open

fix: make volume indicator text readable on dark background#1045
aviadlevy wants to merge 1 commit into
DonutWare:developfrom
aviadlevy:worktree-fix+volume-modal-text-color

Conversation

@aviadlevy

Copy link
Copy Markdown
Contributor

Pull Request Description

Sets an explicit white text color on the volume indicator overlay so its label is readable against the dark background.

The volume indicator's Text had no explicit style, so it inherited the default theme text color (dark), which was unreadable on the 0.85-alpha black background. This matches the brightness indicator, which already sets the text color to white. The icon already rendered correctly and is unchanged.

Issue Being Fixed

On Android, when increasing/decreasing the volume during video playback, the volume overlay's percentage text rendered dark-gray on black and was effectively unreadable. The volume icon was fine, and the brightness overlay (both icon and text) was already correct.

Screenshots / Recordings

Tested On

  • Android
  • Android TV
  • iOS
  • Linux
  • Windows
  • macOS
  • Web

Checklist

  • If a new package was added, did you ensure it works for all supported platforms? Is the package well maintained (no new package added)
  • Check that any changes are related to the issue at hand.

The volume indicator's Text had no explicit style, so it inherited the
default theme text color (dark), which was unreadable against the
0.85-alpha black background. Match the brightness indicator by setting
the text color to white. The icon already rendered correctly and is
unchanged.
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.

1 participant