Skip to content

Commit 2b90b18

Browse files
committed
correct color for sleeping bags in light mode
1 parent b2b3b1e commit 2b90b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/commonMain/composeResources/drawable/count_sleeping_bag.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
android:fillAlpha="0.2"/>
1010
<path
1111
android:pathData="m11,0c-4.971,0 -9,4.029 -9,9 0,4.971 4.029,9 9,9 4.971,0 9,-4.029 9,-9 0,-4.971 -4.029,-9 -9,-9zM32,0c-6,-1 -8,17 -8,22h-20c-2.209,0 -4,1.791 -4,4s1.791,4 4,4h82c6.075,0 10,-1.925 10,-8 0,-11 -64,-22 -64,-22z"
12-
android:fillColor="#fff"/>
12+
android:fillColor="#000"/>
1313
</vector>

0 commit comments

Comments
 (0)