Skip to content

Commit

Permalink
[#3080] Replaced error-darker red with notification-red in Profiel
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Mar 6, 2025
1 parent 5d199cc commit 27bf2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_inwoner/scss/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
}

&--error {
color: var(--color-error-darker);
color: var(--color-red-notification);
}

&--primary-close {
Expand All @@ -188,7 +188,7 @@
}

&--error-confirm {
background-color: var(--color-error-darker);
background-color: var(--color-red-notification);
color: var(--color-white);
}

Expand Down

0 comments on commit 27bf2ca

Please sign in to comment.