Skip to content
Snippets Groups Projects
Unverified Commit b58767c7 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

use updated error color var (#7104)

parent 2414157f
Branches
Tags
No related merge requests found
......@@ -15,8 +15,8 @@
}
:local(.warn) {
border-color: var(--warning-color) !important;
color: var(--warning-color) !important;
border-color: var(--error-color) !important;
color: var(--error-color) !important;
}
:local(.disabled) {
......
......@@ -130,7 +130,7 @@
}
:local(.removeButton:hover) {
color: var(--warning-color);
color: var(--error-color);
}
:local(.editNameIconContainer) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment