We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505d464 commit fedcf99Copy full SHA for fedcf99
feature/ranges/src/main/java/no/nordicsemi/android/nrfmesh/feature/ranges/AllocatedRanges.kt
@@ -45,7 +45,7 @@ fun AllocatedRanges(
45
modifier = Modifier.padding(horizontal = 16.dp),
46
imageVector = imageVector,
47
contentDescription = null,
48
- tint = LocalContentColor.current.copy(alpha = 0.6f)
+ tint = MaterialTheme.colorScheme.primary
49
)
50
},
51
title = title,
@@ -89,7 +89,7 @@ internal fun AllocatedRange(
89
90
91
92
93
94
95
0 commit comments