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

Commit 80eda911 authored by kholoud mohamed's avatar kholoud mohamed
Browse files

Fix icon color in dark theme.

Bug: 154582949
Test: Visual testing
Change-Id: Ib08135be632e288aa3afc5232e5800395ebb8b17
parent 0f45d145
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    android:viewportHeight="24"
    android:tint="?android:attr/colorAccent">
  <path
      android:pathData="M6.99,11L3,15l3.99,4v-3H14v-2H6.99v-3zM21,9l-3.99,-4v3H10v2h7.01v3L21,9z"
      android:fillColor="#4285F4"/>
      android:fillColor="@android:color/white"/>
</vector>