Calendar widget: increase pinned events headline padding

This commit is contained in:
MM20 2022-04-09 21:08:22 +02:00
parent 2808c4ad64
commit 48e358b4f3
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -133,7 +133,7 @@ fun CalendarWidget() {
if (pinnedEvents.size > 0) {
Text(
stringResource(R.string.calendar_widget_pinned_events),
modifier = Modifier.padding(start = 4.dp, end = 4.dp, top = 4.dp),
modifier = Modifier.padding(start = 4.dp, end = 4.dp, top = 8.dp, bottom = 4.dp),
style = MaterialTheme.typography.titleMedium
)
SearchResultList(