Merge pull request #2628 from emilio/icon-macos-fix

Explicitly specify width and height in SVG icon.
This commit is contained in:
Danny Colin 2024-03-04 10:33:04 -05:00 committed by GitHub
commit 0acc48af48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
<svg data-name="Flat (For Export)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<style>
:root { color-scheme: light dark; }
rect, path { fill: rgb(24, 25, 26); }

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 727 B