Skip to content

Commit

Permalink
feat(harmony): add colors for rounded checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaEats committed Feb 13, 2024
1 parent 550374d commit b46ed13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions harmony/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@
--check-outline: var(--gray-500);
--check-mark: var(--base-white);
--check-mark-disabled: var(--text-ghost);
--check-rounded-checked: var(--primary-500);
--check-rounded-checked-hover: var(--primary-600);
--check-rounded-mark: var(--primary-950);
--switch-backgound: var(--background);
--switch-text-default: var(--text-secondary);
--switch-text-hovered: var(--text-primary);
Expand Down
3 changes: 3 additions & 0 deletions harmony/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@
--check-outline: var(--gray-500);
--check-mark: var(--base-white);
--check-mark-disabled: var(--text-ghost);
--check-rounded-checked: var(--primary-500);
--check-rounded-checked-hover: var(--primary-600);
--check-rounded-mark: var(--primary-950);
--switch-backgound: var(--background);
--switch-text-default: var(--text-secondary);
--switch-text-hovered: var(--text-primary);
Expand Down

0 comments on commit b46ed13

Please sign in to comment.