mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 05:17:03 +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(
|
FlowRow(
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||||
|
verticalArrangement = Arrangement.spacedBy(8.dp),
|
||||||
) {
|
) {
|
||||||
tags.forEach { tag -> TagText(tag = tag) }
|
tags.forEach { tag -> TagText(tag = tag) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue