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(
|
Box(
|
||||||
modifier = if (highlight) {
|
modifier = if (highlight) {
|
||||||
Modifier
|
Modifier
|
||||||
.background(
|
.border(
|
||||||
|
4.dp,
|
||||||
MaterialTheme.colorScheme.outlineVariant,
|
MaterialTheme.colorScheme.outlineVariant,
|
||||||
iconShape
|
iconShape
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user