Skip to content

Commit

Permalink
[Merge] #238 -> develop
Browse files Browse the repository at this point in the history
[Fix #238] Align store item row to center
  • Loading branch information
hyeeum authored Aug 28, 2024
2 parents 76ebaf2 + 41d48fa commit 78d27e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun StoreItem(
.weight(1f),
verticalArrangement = Arrangement.Center
) {
Row {
Row(verticalAlignment = Alignment.CenterVertically) {
Text(
text = name,
style = HankkiTheme.typography.suitSub2,
Expand Down

0 comments on commit 78d27e0

Please sign in to comment.