Update left pane status icon colors
This commit is contained in:
parent
e76d9e9a6a
commit
e705ba136a
1 changed files with 2 additions and 2 deletions
|
@ -5979,10 +5979,10 @@ button.module-image__border-overlay:focus {
|
|||
|
||||
@mixin normal-status-icon($icon) {
|
||||
@include light-theme {
|
||||
@include color-svg($icon, $color-gray-25);
|
||||
@include color-svg($icon, $color-gray-45);
|
||||
}
|
||||
@include dark-theme {
|
||||
@include color-svg($icon, $color-gray-45);
|
||||
@include color-svg($icon, $color-gray-25);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue