From c051c965876393925fcc0b30dd122d231c5a5811 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 11:55:18 -0800 Subject: [PATCH] Fix header button colors --- src/button/Button.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/button/Button.module.css b/src/button/Button.module.css index 646915f..ebfebc6 100644 --- a/src/button/Button.module.css +++ b/src/button/Button.module.css @@ -53,11 +53,11 @@ limitations under the License. } .iconButton:not(.stroke) svg * { - fill: #8e99a4; + fill: #ffffff; } .iconButton:not(.stroke):hover svg * { - fill: #8d97a5; + fill: #0dbd8b; } .iconButton.on:not(.stroke) svg * {