Skip to content

Commit

Permalink
change sidenav bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 14, 2023
1 parent b600c6c commit 9f547f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui-kit/Sidenav/Sidenav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $zIndex: 3;
left: 0;
z-index: $zIndex;
display: block;
background-color: $c-shades-white;
background-color: $c-gray-5;
opacity: 0.5;
animation: fade var(--sb-transition-duration);
}
Expand Down

0 comments on commit 9f547f2

Please sign in to comment.