[AAE-13063] replaced custom color with theme related (#8408)

This commit is contained in:
tomasz hanaj
2023-03-23 10:21:17 +01:00
committed by GitHub
parent 3f36dc7e76
commit b239066223
6 changed files with 9 additions and 9 deletions

View File

@@ -7,13 +7,13 @@
}
.adf-dropdown-widget__invalid .adf-dropdown-widget__select {
border-color: #d50000;
border-color: var(--theme-warn-color);
}
.adf-dropdown-widget__invalid .adf-dropdown-widget__label {
color: #d50000;
color: var(--theme-warn-color);
}
.adf-dropdown-widget__invalid .adf-dropdown-widget__label::after {
background-color: #d50000;
background-color: var(--theme-warn-color);
}