fix bottom sheet background

This commit is contained in:
Phillip Thelen 2023-09-04 14:54:41 +02:00
parent 745fa947a7
commit 76153d7f06

View file

@ -94,7 +94,7 @@ private fun BottomSheetWrapper(
modifier = Modifier
.padding(horizontal = 4.dp)
.background(
MaterialTheme.colors.background,
HabiticaTheme.colors.windowBackground,
RoundedCornerShape(topStart = radius, topEnd = radius)
)
.padding(vertical = 8.dp)