Skip to content

Commit

Permalink
Merge pull request #1656 from maykinmedia/issue/3080-replace-errorcol…
Browse files Browse the repository at this point in the history
…or-dark

[#3080] Replace error-darker red with notification-red in Profiel
  • Loading branch information
jiromaykin authored Mar 6, 2025
2 parents 09a33f5 + ef59fbd commit a2d9fdd
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 a2d9fdd

Please sign in to comment.