fix sidebar group chat icon (#43)

This commit is contained in:
Jordan Vidrine
2025-03-11 17:20:26 -05:00
committed by GitHub
parent 97b379eb08
commit 81b7466224
+5
View File
@@ -85,6 +85,11 @@
var(--accent-base-color),
oklch(from var(--accent-base-color) calc(l * 1.5) calc(c * 2.25) h)
);
--d-sidebar-prefix-background: var(--d-selected);
--d-sidebar-highlight-prefix-background: light-dark(
oklch(from var(--d-selected) calc(l * 0.85) c h),
oklch(from var(--d-selected) calc(l * 0.7) c h)
);
--d-sidebar-highlight-suffix-color: var(--d-sidebar-active-suffix-color);
--d-sidebar-highlight-color: var(--primary);
--d-sidebar-highlight-background: var(--d-selected);