Merge branch 'verified-icon-color' into 'develop'

verified.svg: use currentColor instead of .bg class

See merge request soapbox-pub/soapbox-fe!1080
This commit is contained in:
Alex Gleason 2022-03-07 17:43:45 +00:00
commit 2c97aa8d11
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 20 20" width="20" height="20" fill="none">
<circle class="bg" cx="10" cy="10" r="10" fill="#0482d8"/>
<circle cx="10" cy="10" r="10" fill="currentColor"/>
<path d="M5.586 10l3.193 3.193 6.385-6.385" stroke="#fff" stroke-width="3.193" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 302 B

View file

@ -737,10 +737,7 @@ article:last-child > .domain {
width: 20px;
height: 20px;
flex-shrink: 0;
.svg-icon svg > .bg {
fill: var(--brand-color);
}
color: var(--brand-color);
}
.icon-with-counter {