Skip to content

Commit 9aec982

Browse files
committed
Fix color declaration
1 parent 3e1de99 commit 9aec982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icons/src/main/res/drawable/ic_baseline_list_24.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
android:viewportWidth="24"
77
android:viewportHeight="24">
88
<path
9-
android:fillColor="?colorSurface"
9+
android:fillColor="?colorOnSurface"
1010
android:pathData="M3,13h2v-2L3,11v2zM3,17h2v-2L3,15v2zM3,9h2L5,7L3,7v2zM7,13h14v-2L7,11v2zM7,17h14v-2L7,15v2zM7,7v2h14L21,7L7,7z" />
1111

1212
</vector>

0 commit comments

Comments
 (0)