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; }