feat(ui): use correct sheet background colour

This commit is contained in:
Cilly Leang 2025-11-29 01:56:25 +11:00
parent 0060a21b36
commit 98e2610bf0
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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(),
) { ) {