Fix icon highlighting causing poor contrast on non adaptive icons
This commit is contained in:
parent
3a798f3c0c
commit
600e319c99
@ -116,7 +116,8 @@ fun GridItem(
|
||||
Box(
|
||||
modifier = if (highlight) {
|
||||
Modifier
|
||||
.background(
|
||||
.border(
|
||||
4.dp,
|
||||
MaterialTheme.colorScheme.outlineVariant,
|
||||
iconShape
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user