Merge pull request #3657 from DrBarnabus/fix-branch-switcher-styling

fix: `.branch-switcher` styling in dark mode
This commit is contained in:
Kiril Videlov 2024-05-02 01:31:52 -07:00 committed by GitHub
commit e115c69042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,9 +354,9 @@
.branch-switcher {
margin-top: 8px;
padding: 8px;
background-color: #f5f5f5;
background-color: var(--clr-bg-2);
border-width: 1px;
border-color: #888888;
border-color: var(--clr-border-2);
border-radius: 4px;
}