From 2fc78161168b01a76215d656e96ea97149a87b83 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 11 Mar 2019 18:55:58 -0700 Subject: [PATCH] fix nav button bg color --- css/emoji-mart.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/emoji-mart.css b/css/emoji-mart.css index 875c59c..3e91a42 100644 --- a/css/emoji-mart.css +++ b/css/emoji-mart.css @@ -78,7 +78,7 @@ .emoji-mart-anchors svg, .emoji-mart-anchors img { - fill: currentColor; + fill: #858585; height: 18px; width: 18px; }