Skip to content

Commit

Permalink
Toolbarfix LemmyNet#661
Browse files Browse the repository at this point in the history
Fix for Google Pixel phones
  • Loading branch information
Schoolkid1 committed Aug 11, 2023
1 parent d6d3183 commit dc02f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/jerboa/ui/theme/Color.kt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ fun blue(): Pair<JerboaColorScheme, JerboaColorScheme> {
val md_theme_dark_inverseOnSurface = Color(0xFF1A1C20)
val md_theme_dark_inverseSurface = Color(0xFFE0E4EB)
val md_theme_dark_inversePrimary = Color(0xFF3161A6)
val toolbar.setBackgroundColor(0xFFFFB0CB)
// val md_theme_dark_shadow = Color(0xFF000000)
val md_theme_dark_surfaceTint = Color(0xFFB0D0FF)
val md_theme_dark_outlineVariant = Color(0xFF434851)
Expand Down

0 comments on commit dc02f48

Please sign in to comment.