Fix light mode colors for advanced interface banner (#26759)
This commit is contained in:
parent
ea31929776
commit
a106c46478
1 changed files with 2 additions and 2 deletions
|
@ -3272,8 +3272,8 @@ $ui-header-height: 55px;
|
|||
}
|
||||
|
||||
.switch-to-advanced {
|
||||
color: $classic-primary-color;
|
||||
background-color: $classic-base-color;
|
||||
color: $light-text-color;
|
||||
background-color: $ui-base-color;
|
||||
padding: 15px;
|
||||
border-radius: 4px;
|
||||
margin-top: 4px;
|
||||
|
|
Loading…
Reference in a new issue