feat(ui): use correct sheet background colour
This commit is contained in:
parent
0060a21b36
commit
98e2610bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fun AppBottomSheet(
|
||||||
)
|
)
|
||||||
.shadow(4.dp, RoundedCornerShape(topStart = 28.dp, topEnd = 28.dp))
|
.shadow(4.dp, RoundedCornerShape(topStart = 28.dp, topEnd = 28.dp))
|
||||||
.clip(RoundedCornerShape(topStart = 28.dp, topEnd = 28.dp))
|
.clip(RoundedCornerShape(topStart = 28.dp, topEnd = 28.dp))
|
||||||
.background(MaterialTheme.colorScheme.surface)
|
.background(MaterialTheme.colorScheme.surfaceContainerLow)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.imePadding(),
|
.imePadding(),
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue