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