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