Fix Slack icon size (#237)

This commit is contained in:
Jace Browning 2020-01-05 15:15:48 -05:00 committed by Bud Parr
parent 9e649d2f20
commit 2ee56e694c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 270 270;" version="1.1" viewBox="0 0 270 270" width="{{ .size }}" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 65 65 150 135;" version="1.1" viewBox="65 65 150 135" width="{{ .size }}" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<style type="text/css"> <style type="text/css">
.st0{fill:#BABABA;} .st0{fill:#BABABA;}
</style> </style>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -48,6 +48,6 @@
} }
.slack:hover { .slack:hover {
fill: #3088d4; fill: #E01E5A;
} }