Skip to content

Commit

Permalink
feat: add text color(caution light)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsminadesu committed Jun 21, 2024
1 parent bf3a918 commit ef42830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ameba-color-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
--color-text-accent-primary: var(--primary-green-80);
--color-text-accent-secondary: var(--secondary-green-80);
--color-text-caution: var(--caution-red-100);
--color-text-caution-light: var(--caution-red-5-alpha);

/* Highlight Colors */
--color-highlight-error: var(--caution-red-20-alpha);
Expand Down

0 comments on commit ef42830

Please sign in to comment.