Skip to content

Commit

Permalink
fix(tag component): fixed color design-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Zoli committed Feb 21, 2025
1 parent 94e4dbf commit 26b1b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tag/Tag.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
&.tagColorBlue {
background-color: var(---palette-primary-100, #E5F0FC);
border-color: var(---palette-primary-400, #6DB2FC);
color: var(---palette-primary-100, #1261E4);
color: var(---palette-primary-600, #1261E4);
}
&.tagColorTeal {
background-color: var(--palette-other-teal-100, #CEF8F2);
Expand Down Expand Up @@ -49,7 +49,7 @@
&.tagColorRed {
background-color: var(--palette-error-100, #FFEBEB);
border-color: var(--palette-error-400, #FF807F);
color: var(--palette-error-500, #E50020);
color: var(--palette-error-600, #E50020);
}

}

0 comments on commit 26b1b6f

Please sign in to comment.