Skip to content

Commit

Permalink
refactor(alert): changed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
LAMM26 committed Aug 22, 2024
1 parent 9155984 commit 6ef537f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdg/src/lib/alert/alert.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
column-gap: 24px;

&.--general {
background-color: map.get(colors.$blue-colors, 100);
background-color: colors.$blue-pale;
}

&.--warning {
background-color: map.get(colors.$yellow-colors, 100);
background-color: colors.$yellow-pale;
}

&.--is-handset {
Expand All @@ -25,7 +25,7 @@
}

.--warning {
color: map.get(colors.$yellow-colors, 600);
color: colors.$yellow-dark;
}
}

Expand Down

0 comments on commit 6ef537f

Please sign in to comment.