mirror of
https://github.com/yattee/yattee.git
synced 2025-11-24 02:08:17 +00:00
Improved text contrast on overlay buttons by: - Applying foreground color directly to button labels to ensure proper override - Using semi-transparent gray background for unfocused buttons instead of Color.secondary - Removing accent color overrides from caption text to respect button styling This ensures readable text in both focused (black on white) and unfocused (white on gray) states.