mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-19 21:10:39 +01:00
don't enforce contrast
This commit is contained in:
parent
85061604cc
commit
869ec6eb78
@ -189,7 +189,7 @@ private fun Theme(
|
||||
} else darkColorScheme
|
||||
|
||||
SideEffect {
|
||||
systemUiController.setNavigationBarColor(colorScheme.surface)
|
||||
systemUiController.setNavigationBarColor(colorScheme.surface, navigationBarContrastEnforced = false)
|
||||
systemUiController.setSystemBarsColor(colorScheme.surface)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user