Calendar widget: increase pinned events headline padding
This commit is contained in:
parent
2808c4ad64
commit
48e358b4f3
@ -133,7 +133,7 @@ fun CalendarWidget() {
|
|||||||
if (pinnedEvents.size > 0) {
|
if (pinnedEvents.size > 0) {
|
||||||
Text(
|
Text(
|
||||||
stringResource(R.string.calendar_widget_pinned_events),
|
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
|
style = MaterialTheme.typography.titleMedium
|
||||||
)
|
)
|
||||||
SearchResultList(
|
SearchResultList(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user