Skip to content

Commit

Permalink
Update font size references in themes file
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 5, 2024
1 parent c769492 commit 3dc5c54
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/scripts/styles/_veda-ui-theme-vars.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@forward 'uswds-theme';
@use 'uswds-core/src/styles/functions/utilities' as utils;
@use 'uswds-core/src/styles/functions/units' as spacing;
@use 'uswds-core/src/styles/mixins/utilities' as mixins;
@use 'uswds-core/src/styles/mixins/typography' as typography;

/*********** VEDAUI THEME PALETTE ***********/
// These map to the veda defined styles between https://www.figma.com/design/5mclPTReHcRIzKbJm8YA6a/VEDA---USWDS?node-id=139-14&node-type=canvas&t=7Qa02mMKUgBy5Qho-0
Expand All @@ -12,10 +10,8 @@
$veda-uswds-basefont-sans: utils.family('sans');

// FONT-SIZE
$veda-uswds-fontsize-3xs: 12px;
$veda-uswds-fontsize-lg: 22px;
// $veda-uswds-fontsize-3xs: utils.font-size('3xs');
// TODO: How to access font scales?
$veda-uswds-fontsize-3xs: utils.size('body', '3xs');
$veda-uswds-fontsize-lg: utils.size('body', 'lg');

// FONT-WEIGHT
$veda-uswds-fontweight-light: utils.font-weight('light');
Expand Down

0 comments on commit 3dc5c54

Please sign in to comment.