Fix background tint in single column light theme (#29803)

This commit is contained in:
Michael Stanclift 2024-03-29 12:16:51 -05:00 committed by GitHub
parent 69e5771881
commit 430da03160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;