Skip to content

Commit

Permalink
fix: use colors of neutral skin from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jan 4, 2024
1 parent 9f189f0 commit f683429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/components/alert/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$alert-styles: (
neutral: (
background-color: #e2e8f0,
color: #1a202c,
background-color: get-color(neutral-100),
color: get-color(neutral-800),
),
primary: (
background-color: get-color(highlight-primary-light),
Expand Down
4 changes: 2 additions & 2 deletions packages/components/chip/src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$chip-styles: (
neutral: (
background-color: #e2e8f0,
color: #1a202c,
background-color: get-color(neutral-100),
color: get-color(neutral-800),
),
primary: (
background-color: get-color(highlight-primary-light),
Expand Down

0 comments on commit f683429

Please sign in to comment.