Browse Source

Adjust the size of the moon to be more inline with the other icons

Signed-off-by: BlackDex <black.dex@gmail.com>
pull/6501/head
BlackDex 4 days ago
parent
commit
82ecf0af7c
No known key found for this signature in database GPG Key ID: 58C80A2AA6C765E1
  1. 2
      src/static/templates/admin/base.hbs

2
src/static/templates/admin/base.hbs

@ -19,7 +19,7 @@
</g> </g>
</symbol> </symbol>
<symbol id="vw-icon-moon" viewBox="0 0 24 24"> <symbol id="vw-icon-moon" viewBox="0 0 24 24">
<path fill="currentColor" stroke-width=".87" d="M19.08 18.36a10 9.48 0 0 1-5.89-17.34A11.59 11 0 1 0 23 16.83a10.34 9.8 0 0 1-3.92 1.52"/> <path fill="currentColor" stroke-width=".8" d="M18.4 17.8A9 8.6 0 0 1 13 2a10.5 10 0 1 0 9 14.4 9.4 9 0 0 1-3.6 1.4"/>
</symbol> </symbol>
<symbol id="vw-icon-auto" viewBox="0 0 24 24"> <symbol id="vw-icon-auto" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="1.5"/> <circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="1.5"/>

Loading…
Cancel
Save