mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add padding on LabelChip on LabelsSelectionSheet
This commit is contained in:
parent
3576888a71
commit
fe2709e1b0
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ fun LabelsSelectionSheetContent(
|
|||
name = label.name,
|
||||
colors = chipColors,
|
||||
modifier = Modifier
|
||||
.padding(end = 10.dp, bottom = 10.dp)
|
||||
.clickable {
|
||||
state.addChip(LabelChipView(label))
|
||||
filterTextValue = TextFieldValue()
|
||||
|
|
|
|||
Loading…
Reference in a new issue