Skip to content

Commit 009e302

Browse files
Synchronize Navigation Icon Color with App Theme
1 parent 6fc1254 commit 009e302

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/axondragonscale/npinner/ui/theme

1 file changed

+1
-0
lines changed

app/src/main/java/com/axondragonscale/npinner/ui/theme/Theme.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fun NPinnerTheme(
5050
window.statusBarColor = colorScheme.background.toArgb()
5151
window.navigationBarColor = colorScheme.surface.toArgb()
5252
WindowCompat.getInsetsController(window, view).isAppearanceLightStatusBars = !darkTheme
53+
WindowCompat.getInsetsController(window, view).isAppearanceLightNavigationBars = !darkTheme
5354
}
5455
}
5556

0 commit comments

Comments
 (0)