Merge pull request #138 from mabd-dev/fix/alignFocusText

Fix/align focus text
This commit is contained in:
Nishant Mishra
2025-11-21 11:15:34 +05:30
committed by GitHub

View File

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