mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(common): ensure TagRow has vertical spacing
This commit is contained in:
parent
5dabebf579
commit
62ebb43e6f
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ internal fun TagRow(
|
|||
FlowRow(
|
||||
modifier = modifier,
|
||||
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||
verticalArrangement = Arrangement.spacedBy(8.dp),
|
||||
) {
|
||||
tags.forEach { tag -> TagText(tag = tag) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue