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

Commit 0738195a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix icon color in dark theme." into rvc-dev

parents 26e2c929 80eda911
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>