Skip to content

Commit

Permalink
feat(typography): add label/xxs variant (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimshins authored Nov 18, 2024
1 parent fd9d06e commit d495856
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/theme/src/tokens/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
--tap-sys-typography-body-lg-weight: 400;

/* label */
--tap-sys-typography-label-xxs-font: var(--tap-sys-font-family);
--tap-sys-typography-label-xxs-size: 0.625rem;
--tap-sys-typography-label-xxs-height: 1.6;
--tap-sys-typography-label-xxs-weight: 500;

--tap-sys-typography-label-xs-font: var(--tap-sys-font-family);
--tap-sys-typography-label-xs-size: 0.75rem;
--tap-sys-typography-label-xs-height: 2;
Expand Down

0 comments on commit d495856

Please sign in to comment.