mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 05:38:55 +00:00
fix bottom sheet background
This commit is contained in:
parent
745fa947a7
commit
76153d7f06
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue