mirror of
https://github.com/FossifyOrg/Calculator.git
synced 2026-04-30 10:44:26 -04:00
don't enforce contrast
This commit is contained in:
@@ -189,7 +189,7 @@ private fun Theme(
|
||||
} else darkColorScheme
|
||||
|
||||
SideEffect {
|
||||
systemUiController.setNavigationBarColor(colorScheme.surface)
|
||||
systemUiController.setNavigationBarColor(colorScheme.surface, navigationBarContrastEnforced = false)
|
||||
systemUiController.setSystemBarsColor(colorScheme.surface)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user