diff --git a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt index d32db87..cd1fdb4 100644 --- a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt +++ b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt @@ -201,6 +201,7 @@ fun CalendarMonthView( Box( modifier = Modifier .fillMaxSize() + .background(MaterialTheme.colorScheme.background) .alpha(if (layoutReady) 1f else 0f) ) { Column( @@ -269,6 +270,7 @@ fun CalendarMonthView( Column( modifier = Modifier .fillMaxSize() + .background(MaterialTheme.colorScheme.background) .padding(horizontal = HORIZONTAL_PADDING_DP.dp) ) { YearHeader(