sign out ui improvements
This commit is contained in:
@@ -57,7 +57,7 @@ fun SignOutScreen() {
|
||||
textAlign = TextAlign.Center,
|
||||
fontSize = 27.sp,
|
||||
lineHeight = 40.sp,
|
||||
modifier = Modifier.padding(bottom = 10.dp)
|
||||
modifier = Modifier.padding(bottom = 10.dp).padding(horizontal = 10.dp)
|
||||
)
|
||||
|
||||
Row {
|
||||
|
||||
Reference in New Issue
Block a user