Fix background tint in single column light theme (#29803)
This commit is contained in:
parent
69e5771881
commit
430da03160
1 changed files with 1 additions and 1 deletions
|
@ -2677,7 +2677,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||
}
|
||||
|
||||
.tabs-bar__wrapper {
|
||||
background: var(--background-color-tint);
|
||||
background: var(--background-color);
|
||||
backdrop-filter: var(--background-filter);
|
||||
position: sticky;
|
||||
top: $ui-header-height;
|
||||
|
|
Loading…
Reference in a new issue