Skip to content

Commit

Permalink
Fix icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed May 16, 2022
1 parent 2fe31db commit f810945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/drawable/ic_close.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:fillColor="@android:color/white"
android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" />
</vector>

0 comments on commit f810945

Please sign in to comment.