|
|
@@ -22,14 +22,14 @@
|
|
|
.grw-primary-items :global {
|
|
|
.btn.btn-primary {
|
|
|
@extend %btn-primary-color-vars;
|
|
|
- --bs-btn-active-color: var(--grw-primary-500);
|
|
|
+ --bs-btn-active-color: var(--grw-sidebar-nav-btn-active-color, var(--grw-primary-500));
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@include bs.color-mode(light) {
|
|
|
.grw-primary-items :global {
|
|
|
.btn-primary {
|
|
|
- --bs-btn-color: var(--grw-sidebar-nav-btn-color, var(--grw-highlight-500));
|
|
|
+ --bs-btn-color: var(--grw-sidebar-nav-btn-color, var(--grw-highlight-600));
|
|
|
--bs-btn-color-hover: var(--grw-sidebar-nav-btn-hover-color, var(--grw-highlight-700));
|
|
|
--bs-btn-hover-bg: var(--grw-sidebar-nav-btn-hover-bg, var(--grw-highlight-200));
|
|
|
--bs-btn-active-bg: var(--grw-sidebar-nav-btn-hover-bg, var(--grw-highlight-200));
|