Fix theme component name's color when theme is selected
This commit is contained in:
parent
0f73026c21
commit
94e2b77c5f
|
@ -283,6 +283,9 @@
|
|||
&.selected {
|
||||
color: $secondary;
|
||||
background-color: $tertiary;
|
||||
.components-list {
|
||||
color: $secondary;
|
||||
}
|
||||
.fa {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue