Skip to content

Commit

Permalink
Fix wrong icon
Browse files Browse the repository at this point in the history
  • Loading branch information
daniebeler committed Feb 1, 2025
1 parent d2db615 commit 0ab5ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/chevron_back_outline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<path
android:fillColor="#00000000"
android:pathData="M350.61,66.77 L161.39,256 350.61,445.23"
android:strokeWidth="63.0762"
android:pathData="M328,112L184,256l144,144"
android:strokeWidth="48"
android:strokeColor="?attr/colorOnBackground"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
Expand Down

0 comments on commit 0ab5ec7

Please sign in to comment.