knock requests : change banner background
This commit is contained in:
parent
4b16ec6378
commit
350a9c0464
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue