fix: contrast for message box in context sheet
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
8940b05553
commit
cbf1e7663c
|
|
@ -67,7 +67,7 @@ fun MessageContextSheet(
|
|||
Box(
|
||||
modifier = Modifier
|
||||
.clip(MaterialTheme.shapes.medium)
|
||||
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(1.dp))
|
||||
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(0.dp))
|
||||
.padding(bottom = 8.dp)
|
||||
) {
|
||||
Message(
|
||||
|
|
|
|||
Loading…
Reference in New Issue