Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dc2f75f authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Android (Google) Code Review
Browse files

Merge "Fix color of shade scrim" into main

parents adcab057 df925616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -->