Navigated the codebase to change a button color

This commit is contained in:
Mahlon Reese 2025-04-14 14:34:21 -04:00
parent 130253d955
commit 7487d3a113
2 changed files with 2 additions and 1 deletions

View file

@ -162,7 +162,7 @@
margin-top: -#{$padding + $border}; margin-top: -#{$padding + $border};
margin-bottom: -#{$padding + $border}; margin-bottom: -#{$padding + $border};
border: $border solid var(--sidebar-border-color); border: $border solid var(--sidebar-border-color);
background: var(--default-bg-color); background: var(--library-bg-btn-color);
border-radius: 0.625rem; border-radius: 0.625rem;
.sidebar-tab-trigger { .sidebar-tab-trigger {

View file

@ -183,6 +183,7 @@
--focus-highlight-color: #{$oc-blue-6}; --focus-highlight-color: #{$oc-blue-6};
--icon-green-fill-color: #{$oc-green-4}; --icon-green-fill-color: #{$oc-green-4};
--default-bg-color: #121212; --default-bg-color: #121212;
--library-bg-btn-color: #5ab9e6;
--input-bg-color: #121212; --input-bg-color: #121212;
--input-border-color: #2e2e2e; --input-border-color: #2e2e2e;
--input-hover-bg-color: #181818; --input-hover-bg-color: #181818;