mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Fix animation duration for theme change
This commit is contained in:
parent
23cbb3efb8
commit
2f20dc30aa
@ -101,7 +101,7 @@ internal fun UnittoApp() {
|
||||
Themmo(
|
||||
themmoController = themmoController,
|
||||
typography = AppTypography,
|
||||
animationSpec = tween(450)
|
||||
animationSpec = tween(250)
|
||||
) {
|
||||
val statusBarColor = when (currentRoute) {
|
||||
// Match text field container color
|
||||
|
Loading…
x
Reference in New Issue
Block a user