From f8fbd50ecdf7f5e9aa68d62771dfc0c9ee580e6d Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 15:28:07 -0800 Subject: [PATCH] Fix toolbar button background color --- 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 1d687fb..d4d85ae 100644 --- a/src/button/Button.module.css +++ b/src/button/Button.module.css @@ -48,11 +48,11 @@ limitations under the License. width: 50px; height: 50px; border-radius: 50px; - background-color: #394049; + background-color: var(--bgColor2); } .toolbarButton:hover { - background-color: #8d97a5; + background-color: var(--bgColor4); } .toolbarButton.on,