Skip to content

Commit a2d9fdd

Browse files
authored
Merge pull request #1656 from maykinmedia/issue/3080-replace-errorcolor-dark
[#3080] Replace error-darker red with notification-red in Profiel
2 parents 09a33f5 + ef59fbd commit a2d9fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/open_inwoner/scss/components/Button/Button.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
}
179179

180180
&--error {
181-
color: var(--color-error-darker);
181+
color: var(--color-red-notification);
182182
}
183183

184184
&--primary-close {
@@ -188,7 +188,7 @@
188188
}
189189

190190
&--error-confirm {
191-
background-color: var(--color-error-darker);
191+
background-color: var(--color-red-notification);
192192
color: var(--color-white);
193193
}
194194

0 commit comments

Comments
 (0)