Merge pull request #2883 from prof18/main

[Android] Add padding on LabelChip on LabelsSelectionSheet
This commit is contained in:
Jackson Harper 2023-10-09 09:51:06 +08:00 committed by GitHub
commit eb61c75440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,6 +383,7 @@ fun LabelsSelectionSheetContent(
name = label.name,
colors = chipColors,
modifier = Modifier
.padding(end = 10.dp, bottom = 10.dp)
.clickable {
state.addChip(LabelChipView(label))
filterTextValue = TextFieldValue()