Skip to content

Commit

Permalink
Updated ConfigurationModeButton title text alignment (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ComicSAS authored Oct 6, 2024
1 parent 797957e commit cb2ab2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ fun ConfigurationModeButton(
Text(
modifier = Modifier
.align(Alignment.CenterVertically)
.padding(top = 8.dp, bottom = 8.dp),
.padding(vertical = 8.dp),
text = mode.getName(),
textAlign = TextAlign.Center,
textAlign = TextAlign.Start,
style = MaterialTheme.typography.bodyLarge,
)
}
Expand Down

0 comments on commit cb2ab2c

Please sign in to comment.