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:
parent
62e1ee2f47
commit
5a06549a3b
@ -53,7 +53,6 @@ fun StarRating(
|
|||||||
modifier = modifier.semantics {
|
modifier = modifier.semantics {
|
||||||
this.contentDescription = contentDescription
|
this.contentDescription = contentDescription
|
||||||
},
|
},
|
||||||
horizontalArrangement = Arrangement.spacedBy(4.dp),
|
|
||||||
) {
|
) {
|
||||||
repeat(NUM_STARS) {
|
repeat(NUM_STARS) {
|
||||||
val starId: Int
|
val starId: Int
|
||||||
|
Loading…
Reference in New Issue
Block a user