use 90% of total width on TopAppBar title

This commit is contained in:
MABD
2025-11-21 06:51:54 +02:00
parent 3b22223c75
commit 16731c5323

View File

@@ -154,6 +154,7 @@ fun SharedTransitionScope.TimerScreen(
)
},
contentAlignment = Alignment.Center,
modifier = Modifier.fillMaxWidth(.9f)
) {
when (it) {
TimerMode.BRAND ->