sign out ui improvements

This commit is contained in:
Odweta
2025-01-03 10:22:57 +01:00
parent bea50f7fe7
commit 04d8527434
@@ -57,7 +57,7 @@ fun SignOutScreen() {
textAlign = TextAlign.Center, textAlign = TextAlign.Center,
fontSize = 27.sp, fontSize = 27.sp,
lineHeight = 40.sp, lineHeight = 40.sp,
modifier = Modifier.padding(bottom = 10.dp) modifier = Modifier.padding(bottom = 10.dp).padding(horizontal = 10.dp)
) )
Row { Row {