Fix light-mode emoji borders. (#18131)

This commit is contained in:
Gaelan Steele
2022-04-29 18:23:03 +01:00
committed by GitHub
parent 6726d2933a
commit 74e20f22cd
38 changed files with 132 additions and 128 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 40 40">
<g>
<circle cx="18" cy="18" r="18" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
<circle cx="18" cy="18" r="18" stroke="black" stroke-linejoin="round" stroke-width="4px"/>
</g>
<circle fill="#E6E7E8" cx="18" cy="18" r="18"/>
</svg>

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 250 B