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

Commit 19dce41e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix icon color in dark theme." into rvc-dev am: 0738195a am: 17bef4bf

Change-Id: I55b39395eddc82f711fc69662ae430e890f3a42d
parents f55c9ab0 17bef4bf
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>