Commit 8768d7b
fix: Add dark mode support for adaptive icon background
Fix launcher icon visibility issue in dark mode where white background
made the white logo invisible.
Changes:
- Add values-night/ic_launcher_background.xml with dark color (#111214)
- Dark background ensures white logo remains visible in night mode
- Matches the app's night theme color scheme (night_default_page_bg)
- Light mode continues to use light background (#EEEEEE)
Before: White icon on white background (invisible in dark mode)
After: White icon on dark background (visible in dark mode)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c4d0579 commit 8768d7b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments