[ANDROID] Adjust headers color for material you
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ fun InformationRow(
|
||||
) {
|
||||
val contentColor =
|
||||
if (value.isEmpty()) {
|
||||
MaterialTheme.colorScheme.tertiary
|
||||
MaterialTheme.colorScheme.tertiaryFixed
|
||||
} else {
|
||||
MaterialTheme.colorScheme.onBackground
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user