Fix animation duration for theme change

This commit is contained in:
Sad Ellie 2023-04-23 19:44:03 +03:00
parent 23cbb3efb8
commit 2f20dc30aa

View File

@ -101,7 +101,7 @@ internal fun UnittoApp() {
Themmo( Themmo(
themmoController = themmoController, themmoController = themmoController,
typography = AppTypography, typography = AppTypography,
animationSpec = tween(450) animationSpec = tween(250)
) { ) {
val statusBarColor = when (currentRoute) { val statusBarColor = when (currentRoute) {
// Match text field container color // Match text field container color