Skip to content

Commit

Permalink
Side Nav
Browse files Browse the repository at this point in the history
- Fix issue with BG color
  • Loading branch information
elad2412 committed Dec 26, 2023
1 parent 72d1d54 commit 9421a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/7-components/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
&-wrapper {
display:flex; flex-direction:column; block-size:100%; gap:pxToRem(16);
padding:pxToRem(16); padding-block-end:pxToRem(32);
background-color:hsl(var(--p-side-nav-bg-color));
transition:var(--transition);

&-parent {
Expand Down

0 comments on commit 9421a10

Please sign in to comment.