Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 16, 2024
1 parent bea2d56 commit 4cff990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/styles/themes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--elements-badges-inactive: var(--cp-dark-100);
--text-description: var(--cp-dark-200);
--text-description-tint: var(--cp-dark-100);

--tag-background: var(--cp-dark-400);
--tag-text: var(--cp-dark-200);
--tag-text-light: var(--cp-light-50);
Expand Down
4 changes: 2 additions & 2 deletions src/lib/styles/themes/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
--elements-badges-inactive: var(--cp-light-250);
--text-description: var(--cp-light-600);
--text-description-tint: var(--cp-light-250);

--tag-background: var(--cp-light-125);
--tag-text: var(--cp-light-600);
--tag-text-light: var(--cp-light-50);
--tag-text-dark: var(--cp-light-900);

--input-focus-background: var(--cp-light-75);
--button-primary: var(--cp-light-accent);
--table-background: var(--cp-light-75);
Expand Down

0 comments on commit 4cff990

Please sign in to comment.