Skip to content

Commit

Permalink
Merge pull request #36 from route06inc/fix-tokens
Browse files Browse the repository at this point in the history
fix: fix generated css variables
  • Loading branch information
MH4GF authored Oct 10, 2024
2 parents 8391852 + 3acf0f7 commit f3e44c9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions frontend/apps/service-site/src/styles/variables.tokens-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@
--spacing-1: 4px;
--spacing-0: 0px;
--border-width-base: 1px;
--border-radius-full: 9999;
--border-radius-3xl: 20;
--border-radius-2xl: 16;
--border-radius-xl: 12;
--border-radius-lg-plus: 9;
--border-radius-lg: 8;
--border-radius-md: 6;
--border-radius-base: 4;
--border-radius-smbase: 3;
--border-radius-sm: 2;
--border-radius-xs: 1;
--border-radius-none: 0;
--border-radius-full: 9999px;
--border-radius-3xl: 20px;
--border-radius-2xl: 16px;
--border-radius-xl: 12px;
--border-radius-lg-plus: 9px;
--border-radius-lg: 8px;
--border-radius-md: 6px;
--border-radius-base: 4px;
--border-radius-smbase: 3px;
--border-radius-sm: 2px;
--border-radius-xs: 1px;
--border-radius-none: 0px;
--color-yellow-milk-200: #c3b476;
--color-yellow-milk-100: #e7ddb3;
--color-yellow-milk-40: rgba(231, 221, 179, 0.4);
Expand Down

0 comments on commit f3e44c9

Please sign in to comment.