Skip to content

Commit

Permalink
feat(mobile-app): Updated catalog list row punctuations ui
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Mar 9, 2024
1 parent 25c12ed commit f5e13c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ internal fun CatalogTupleRow(
)
FlowRow(
horizontalArrangement = Arrangement.spacedBy(10.dp),
verticalArrangement = Arrangement.Center
) {
SuggestionChip(
onClick = { },
Expand All @@ -133,7 +132,8 @@ internal fun CatalogTupleRow(
text = gePunctuationCountText(
appState = appState,
punctuationsCount = tuple.punctuationsCount - 1
)
),
modifier = Modifier.align(Alignment.CenterVertically)
)
}
}
Expand Down

0 comments on commit f5e13c3

Please sign in to comment.