about summary refs log tree commit diff
path: root/public/emoji/25ab_border.svg
diff options
context:
space:
mode:
authorGaelan Steele <gbs@canishe.com>2022-04-29 18:23:03 +0100
committerGitHub <noreply@github.com>2022-04-29 19:23:03 +0200
commit74e20f22cd93ec1fd5e325bd333d417f4d88f7f4 (patch)
treef496a44d4726c3b2d67196b9ce1089b348dee817 /public/emoji/25ab_border.svg
parent6726d2933a25137f8dce639c53da8aa1752be47e (diff)
Fix light-mode emoji borders. (#18131)
Diffstat (limited to 'public/emoji/25ab_border.svg')
-rw-r--r--public/emoji/25ab_border.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emoji/25ab_border.svg b/public/emoji/25ab_border.svg
index b51e1a9cc..5ca5b6b60 100644
--- a/public/emoji/25ab_border.svg
+++ b/public/emoji/25ab_border.svg
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 40 40">
   <g>
-    <path d="M25 24c0 .553-.447 1-1 1H12c-.552 0-1-.447-1-1V12c0-.552.448-1 1-1h12c.553 0 1 .448 1 1v12z" stroke="white" stroke-linejoin="round" stroke-width="4px"/>
+    <path d="M25 24c0 .553-.447 1-1 1H12c-.552 0-1-.447-1-1V12c0-.552.448-1 1-1h12c.553 0 1 .448 1 1v12z" stroke="black" stroke-linejoin="round" stroke-width="4px"/>
   </g>
   <path fill="#E6E7E8" d="M25 24c0 .553-.447 1-1 1H12c-.552 0-1-.447-1-1V12c0-.552.448-1 1-1h12c.553 0 1 .448 1 1v12z"/>
 </svg>