Skip to content

Commit cb2ab2c

Browse files
authored
Updated ConfigurationModeButton title text alignment (#324)
1 parent 797957e commit cb2ab2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/src/main/java/com/shifthackz/aisdv1/presentation/screen/setup/components/ConfigurationModeButton.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ fun ConfigurationModeButton(
8181
Text(
8282
modifier = Modifier
8383
.align(Alignment.CenterVertically)
84-
.padding(top = 8.dp, bottom = 8.dp),
84+
.padding(vertical = 8.dp),
8585
text = mode.getName(),
86-
textAlign = TextAlign.Center,
86+
textAlign = TextAlign.Start,
8787
style = MaterialTheme.typography.bodyLarge,
8888
)
8989
}

0 commit comments

Comments
 (0)