Fixing spacing of the multicard notification

This commit is contained in:
Vitor Pamplona 2023-02-28 15:27:28 -05:00
parent b09577f816
commit 3f99b602a7

View File

@ -193,7 +193,7 @@ fun MultiSetCompose(multiSetCard: MultiSetCard, modifier: Modifier = Modifier, r
Row(Modifier.fillMaxWidth()) {
Box(modifier = Modifier
.width(55.dp)
.width(65.dp)
.padding(0.dp)) {
}