2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

Bug 1855571 - Remove padding between stars in star rating

This commit is contained in:
Noah Bond 2023-10-04 10:52:51 -07:00 committed by mergify[bot]
parent 62e1ee2f47
commit 5a06549a3b

View File

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