Skip to content
Snippets Groups Projects
Commit c98c719c authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

Regression: fix sidebar status

parent ac0e2ee3
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ const getStyle = (
${selector} {
--rcx-color-neutral-100: ${toVar(colors.n900)};
--rcx-color-neutral-200: ${toVar(colors.n800)};
--rcx-color-neutral-250: ${toVar(colors.n800)};
--rcx-color-neutral-300: ${toVar(colors.n700)};
--rcx-color-neutral-400: ${toVar(colors.n600)};
--rcx-color-neutral-500: ${toVar(colors.n500)};
......
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