Skip to content

Commit fedcf99

Browse files
Fix icon color
1 parent 505d464 commit fedcf99

File tree

1 file changed

+2
-2
lines changed
  • feature/ranges/src/main/java/no/nordicsemi/android/nrfmesh/feature/ranges

1 file changed

+2
-2
lines changed

feature/ranges/src/main/java/no/nordicsemi/android/nrfmesh/feature/ranges/AllocatedRanges.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fun AllocatedRanges(
4545
modifier = Modifier.padding(horizontal = 16.dp),
4646
imageVector = imageVector,
4747
contentDescription = null,
48-
tint = LocalContentColor.current.copy(alpha = 0.6f)
48+
tint = MaterialTheme.colorScheme.primary
4949
)
5050
},
5151
title = title,
@@ -89,7 +89,7 @@ internal fun AllocatedRange(
8989
modifier = Modifier.padding(horizontal = 16.dp),
9090
imageVector = imageVector,
9191
contentDescription = null,
92-
tint = LocalContentColor.current.copy(alpha = 0.6f)
92+
tint = MaterialTheme.colorScheme.primary
9393
)
9494
},
9595
title = title,

0 commit comments

Comments
 (0)