Skip to content
Snippets Groups Projects
Unverified Commit 84bd09ff authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Make sidebar white (#22615)

parent 85494b7b
No related merge requests found
......@@ -30,6 +30,7 @@ export const Sidebar = styled.aside<{ isOpen: boolean }>`
flex-shrink: 0;
align-items: center;
padding: 0.5rem 0;
background-color: ${color("white")};
overflow: auto;
overflow-x: hidden;
......
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