Bug 1855571 - Remove padding between stars in star rating

fenix/120.0
Noah Bond 1 year ago committed by mergify[bot]
parent 62e1ee2f47
commit 5a06549a3b

@ -53,7 +53,6 @@ fun StarRating(
modifier = modifier.semantics {
this.contentDescription = contentDescription
},
horizontalArrangement = Arrangement.spacedBy(4.dp),
) {
repeat(NUM_STARS) {
val starId: Int

Loading…
Cancel
Save