Skip to content

Commit 350a9c0

Browse files
committed
knock requests : change banner background
1 parent 4b16ec6 commit 350a9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/knockrequests/impl/src/main/kotlin/io/element/android/features/knockrequests/impl/banner/KnockRequestsBannerView.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private fun VisibleKnockRequestsBannerView(
7777
Surface(
7878
modifier.fillMaxWidth(),
7979
shape = MaterialTheme.shapes.small,
80-
color = ElementTheme.colors.bgCanvasDefault,
80+
color = ElementTheme.colors.bgCanvasDefaultLevel1,
8181
shadowElevation = 24.dp
8282
) {
8383
Column(
@@ -180,7 +180,7 @@ private fun KnockRequestAvatarListView(
180180
modifier = Modifier
181181
.size(size = avatarSize)
182182
.clip(CircleShape)
183-
.background(color = ElementTheme.colors.bgCanvasDefault)
183+
.background(color = ElementTheme.colors.bgCanvasDefaultLevel1)
184184
.zIndex(-index.toFloat()),
185185
) {
186186
Avatar(

0 commit comments

Comments
 (0)