knock requests : change banner background

This commit is contained in:
ganfra
2024-12-06 16:31:37 +01:00
parent e001fee649
commit 85669e6d10

View File

@@ -77,7 +77,7 @@ private fun VisibleKnockRequestsBannerView(
Surface(
modifier.fillMaxWidth(),
shape = MaterialTheme.shapes.small,
color = ElementTheme.colors.bgCanvasDefault,
color = ElementTheme.colors.bgCanvasDefaultLevel1,
shadowElevation = 24.dp
) {
Column(
@@ -180,7 +180,7 @@ private fun KnockRequestAvatarListView(
modifier = Modifier
.size(size = avatarSize)
.clip(CircleShape)
.background(color = ElementTheme.colors.bgCanvasDefault)
.background(color = ElementTheme.colors.bgCanvasDefaultLevel1)
.zIndex(-index.toFloat()),
) {
Avatar(