Use official bandcamp color from website svg

This commit is contained in:
Robin Syl
2023-08-03 19:06:28 +02:00
parent 2f0a29a05b
commit 1d253584f4
2 changed files with 3 additions and 3 deletions

View File

@@ -8,5 +8,5 @@
android:fillColor="#fff"/> android:fillColor="#fff"/>
<path <path
android:pathData="M99,349h215l99,-186H198" android:pathData="M99,349h215l99,-186H198"
android:fillColor="#1ad"/> android:fillColor="#1da0c3"/>
</vector> </vector>

View File

@@ -2,5 +2,5 @@
aria-label="Bandcamp" role="img" aria-label="Bandcamp" role="img"
viewBox="0 0 512 512"><rect viewBox="0 0 512 512"><rect
width="512" height="512" width="512" height="512"
fill="#fff"/><path fill="#1ad" fill="#fff"/><path fill="#1DA0C3"
d="M99 349h215l99-186H198"/></svg> d="M99 349h215l99-186H198"/></svg>

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 195 B