Merge pull request #2883 from prof18/main
[Android] Add padding on LabelChip on LabelsSelectionSheet
This commit is contained in:
@ -383,6 +383,7 @@ fun LabelsSelectionSheetContent(
|
|||||||
name = label.name,
|
name = label.name,
|
||||||
colors = chipColors,
|
colors = chipColors,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
.padding(end = 10.dp, bottom = 10.dp)
|
||||||
.clickable {
|
.clickable {
|
||||||
state.addChip(LabelChipView(label))
|
state.addChip(LabelChipView(label))
|
||||||
filterTextValue = TextFieldValue()
|
filterTextValue = TextFieldValue()
|
||||||
|
|||||||
Reference in New Issue
Block a user