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,
modifier = Modifier.fillMaxWidth()
modifier = Modifier.fillMaxWidth(.9f)
) {
when (it) {
TimerMode.BRAND ->