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

Commit 6968e32e authored by Avinash Vadlamudi's avatar Avinash Vadlamudi
Browse files

[Auto Pin Confirmation]: Fix the color token for the checkbox fill icon

Bug: 281946128
Test: Manual test by flashing and testing on device
Change-Id: I182e530bc39620582a0c228ab3d5934638474da2
parent 4d917d99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        android:height="24dp"
        android:viewportWidth="24"
        android:viewportHeight="24"
        android:tint="?androidprv:attr/materialColorPrimaryContainer">
        android:tint="?android:attr/colorPrimary">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10c5.52,0 10,-4.48 10,-10S17.52,2 12,2zM10.59,16.6l-4.24,-4.24l1.41,-1.41l2.83,2.83l5.66,-5.66l1.41,1.41L10.59,16.6z"/>