Skip to content

Commit

Permalink
Fix color declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jan 8, 2025
1 parent 3e1de99 commit 9aec982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/src/main/res/drawable/ic_baseline_list_24.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?colorSurface"
android:fillColor="?colorOnSurface"
android:pathData="M3,13h2v-2L3,11v2zM3,17h2v-2L3,15v2zM3,9h2L5,7L3,7v2zM7,13h14v-2L7,11v2zM7,17h14v-2L7,15v2zM7,7v2h14L21,7L7,7z" />

</vector>

0 comments on commit 9aec982

Please sign in to comment.