Fix calendar widget clipping

This commit is contained in:
MM20
2022-03-29 21:10:27 +02:00
parent bfc370fcf6
commit 4d5190fcd8
@@ -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(