Fix icon highlighting causing poor contrast on non adaptive icons

This commit is contained in:
MM20 2023-02-28 17:28:03 +01:00
parent 3a798f3c0c
commit 600e319c99
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -116,7 +116,8 @@ fun GridItem(
Box(
modifier = if (highlight) {
Modifier
.background(
.border(
4.dp,
MaterialTheme.colorScheme.outlineVariant,
iconShape
)