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

Verified Commit 598065c4 authored by Fahim M. Choudhury's avatar Fahim M. Choudhury
Browse files

fix: update star and padlock icon colors

Changed the fill colors of ic_star_blank and ic_lock_blank icons from black to primary text color for better UI consistency in dark and light themes.
parent 06351cd3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@
    android:viewportHeight="16">
  <path
      android:pathData="M12.5,5.667H11.834V4.333C11.834,2.493 10.34,1 8.5,1C6.66,1 5.167,2.493 5.167,4.333V5.667H4.5C3.767,5.667 3.167,6.267 3.167,7V13.667C3.167,14.4 3.767,15 4.5,15H12.5C13.234,15 13.834,14.4 13.834,13.667V7C13.834,6.267 13.234,5.667 12.5,5.667ZM6.5,4.333C6.5,3.227 7.394,2.333 8.5,2.333C9.607,2.333 10.5,3.227 10.5,4.333V5.667H6.5V4.333ZM12.5,13.667H4.5V7H12.5V13.667Z"
      android:fillColor="#000000"
      android:fillColor="@color/e_primary_text_color"
      android:fillAlpha="0.38"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    android:viewportHeight="16">
  <path
      android:pathData="M14.666,6.16L9.873,5.747L8,1.333L6.126,5.753L1.333,6.16L4.973,9.313L3.88,14L8,11.513L12.12,14L11.033,9.313L14.666,6.16ZM8,10.267L5.493,11.78L6.16,8.927L3.946,7.007L6.866,6.753L8,4.067L9.14,6.76L12.06,7.013L9.846,8.933L10.513,11.787L8,10.267Z"
      android:fillColor="#000000"
      android:fillColor="@color/e_primary_text_color"
      android:fillAlpha="0.38"
      android:fillType="evenOdd"/>
</vector>