mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +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
|
modifier = Modifier
|
||||||
.padding(horizontal = 4.dp)
|
.padding(horizontal = 4.dp)
|
||||||
.background(
|
.background(
|
||||||
MaterialTheme.colors.background,
|
HabiticaTheme.colors.windowBackground,
|
||||||
RoundedCornerShape(topStart = radius, topEnd = radius)
|
RoundedCornerShape(topStart = radius, topEnd = radius)
|
||||||
)
|
)
|
||||||
.padding(vertical = 8.dp)
|
.padding(vertical = 8.dp)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue