mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-15 05:21:13 +01:00
Tweak fillcolor in icons for easier svg generation
This commit is contained in:
parent
6702846c7c
commit
26457e8443
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Block cursor. -->
|
<!-- Block cursor. -->
|
||||||
<path android:fillColor="#FFFF"
|
<path android:fillColor="#FFF"
|
||||||
android:pathData="M12,12
|
android:pathData="M12,12
|
||||||
l5,0
|
l5,0
|
||||||
l0,10
|
l0,10
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Block cursor. -->
|
<!-- Block cursor. -->
|
||||||
<path android:fillColor="#FFFF"
|
<path android:fillColor="#FFF"
|
||||||
android:pathData="M15,15
|
android:pathData="M15,15
|
||||||
l5,0
|
l5,0
|
||||||
l0,10
|
l0,10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue