diff options
| author | 2025-03-11 20:11:21 -0700 | |
|---|---|---|
| committer | 2025-03-11 20:11:21 -0700 | |
| commit | 5dc2f75fc5fae44c0723e4d54f9f6832cd6ea5d4 (patch) | |
| tree | cb6182b9d2e1328c6166a992deb87f9cf7e6ba93 | |
| parent | adcab057b4a9d6553ff0bf8ca7e0ba67fc74edce (diff) | |
| parent | df9256161400f16340bf76802e6c979a41ea4e65 (diff) | |
Merge "Fix color of shade scrim" into main
| -rw-r--r-- | packages/SystemUI/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index f4c6904028ca..15519ff37d0c 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -34,7 +34,7 @@ <!-- Base colors for notification shade/scrim, the alpha component is adjusted programmatically to match the spec --> - <color name="shade_panel_base">@android:color/system_accent1_900</color> + <color name="shade_panel_base">@android:color/system_accent1_100</color> <color name="notification_scrim_base">@android:color/system_accent1_100</color> <!-- Fallback colors for notification shade/scrim --> |