Skip to content

Commit

Permalink
use correct tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Nov 1, 2023
1 parent 54af6d7 commit 254ba13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@
--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;
}

.button.medium {
--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;
}

.button.large {
--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;
}

Expand Down

0 comments on commit 254ba13

Please sign in to comment.