mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02: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