Skip to content
Snippets Groups Projects
Unverified Commit 6d3467f8 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

Regression: Fix sidebar token highlighted usage (#27334)

parent 192cae8a
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ const getStyle = (
--rcx-sidebar-item-color-hover: var(--rcx-color-neutral-400, ${toVar(colors.n400)});
--rcx-sidebar-item-color-selected: var(--rcx-color-neutral-400, ${toVar(colors.n400)});
--rcx-sidebar-footer-highlight-color: var(--rcx-color-neutral-400, ${toVar(colors.n400)});
--rcx-sidebar-item-color-highlighted: ${toVar(colors.white)};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment