From 380b8eae075aa00fbd7f18c4321cd675c649a484 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Wed, 1 Nov 2023 12:47:11 +0100 Subject: [PATCH] use correct typography tokens --- packages/react/src/components/Button/Button.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react/src/components/Button/Button.module.css b/packages/react/src/components/Button/Button.module.css index 243c20b525..fdb3262f42 100644 --- a/packages/react/src/components/Button/Button.module.css +++ b/packages/react/src/components/Button/Button.module.css @@ -60,7 +60,7 @@ --fc-button-icon-size: var(--fds-sizing-4); gap: var(--fds-sizing-2); - font: var(--fds-typography-paragraph-small); + font: var(--fds-typography-paragraph-short-small); font-family: inherit; } @@ -68,7 +68,7 @@ --fc-button-icon-size: var(--fds-sizing-6); gap: var(--fds-sizing-3); - font: var(--fds-typography-paragraph-medium); + font: var(--fds-typography-paragraph-short-medium); font-family: inherit; } @@ -76,7 +76,7 @@ --fc-button-icon-size: var(--fds-sizing-8); gap: var(--fds-sizing-3); - font: var(--fds-typography-paragraph-large); + font: var(--fds-typography-paragraph-short-large); font-family: inherit; }