diff options
| author | 2024-12-02 17:08:03 +0000 | |
|---|---|---|
| committer | 2024-12-02 17:08:03 +0000 | |
| commit | 8793e64dd53f3fc10266819a6ea9c389211ad89f (patch) | |
| tree | f66170d29d642f1575a37ee3c08635c020054648 | |
| parent | e5c2529795c82c06c9ec83d831718d815c3b0e40 (diff) | |
| parent | 250bfa4be0609e69501c07f52d979f52cba04bd5 (diff) | |
Merge "Improve Text Color Contrast in Glanceable hub" into main
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt index 787edfb9168c..f3cf521f5fbc 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt @@ -908,7 +908,7 @@ private fun EmptyStateCta(contentPadding: PaddingValues, viewModel: BaseCommunal text = titleForEmptyStateCTA, style = MaterialTheme.typography.displaySmall, textAlign = TextAlign.Center, - color = colors.secondary, + color = colors.primary, modifier = Modifier.focusable().semantics(mergeDescendants = true) { contentDescription = titleForEmptyStateCTA |