Fix calendar widget clipping

This commit is contained in:
MM20 2022-03-29 21:10:27 +02:00
parent bfc370fcf6
commit 4d5190fcd8
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -95,9 +95,9 @@ fun CalendarWidget() {
val hasPermission by viewModel.hasPermission.observeAsState()
Column(
modifier = Modifier
.animateContentSize()
.padding(horizontal = 12.dp)
.padding(bottom = 12.dp)
.animateContentSize()
) {
if (hasPermission == false) {
MissingPermissionBanner(