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

Commit 020be9c8 authored by Chen Bai's avatar Chen Bai Committed by Android (Google) Code Review
Browse files

Merge "m3: update primary color tokens' value to match Material3 design" into main

parents 666d21b6 e18695e0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -15,4 +15,9 @@
  -->
<!-- TODO(b/372524566): update color token's value to match material3 design. -->
<resources>
    <color name="system_primary_dark">#E9DDFF</color>
    <color name="system_primary_fixed_dim">#D0BCFF</color>
    <color name="system_on_primary_dark">#210F48</color>
    <color name="system_primary_container_dark">#4D3D76</color>
    <color name="system_on_primary_container_dark">#F6EDFF</color>
</resources>