From 856e74af125edf384d37f3f5f6e6ce448d77b371 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:39:39 +0100 Subject: [PATCH] Reset letter spacing --- apps/client/src/styles/theme.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 5dcbb10ff..8114402d5 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -111,5 +111,7 @@ $gf-theme-dark: mat.define-dark-theme( --gf-theme-secondary-500: #3686cf; --gf-theme-secondary-500-rgb: 78, 208, 94; - --mdc-typography-button-letter-spacing: normal; + --mdc-filled-button-label-text-tracking: normal; + --mdc-outlined-button-label-text-tracking: normal; + --mdc-text-button-label-text-tracking: normal; }