From 7a9332408e11b9c6aaf8edf86e870f8686686fdb Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 1 Sep 2022 21:59:47 -0700 Subject: [PATCH] Change font+weight of action buttons --- web/components/action-buttons/ActionButton.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/components/action-buttons/ActionButton.module.scss b/web/components/action-buttons/ActionButton.module.scss index c3e3df623..18ceb145b 100644 --- a/web/components/action-buttons/ActionButton.module.scss +++ b/web/components/action-buttons/ActionButton.module.scss @@ -1,5 +1,7 @@ .button { margin: 3px; + font-weight: 400; + font-family: var(--theme-text-display-font-family); .icon { width: 20px; margin-right: 3px;