Skip to content

Commit

Permalink
fix(NavDrawer): fix default shadow value (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano authored Mar 3, 2023
1 parent 5696bdf commit c2333b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nav-drawer/src/NavDrawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--nav-drawer-transition: all 0.3s ease-out;
--nav-drawer-bg-color: #fff;
--nav-drawer-text-color: theme('colors.gray.800');
--nav-drawer-shadow: 'none';
--nav-drawer-shadow: none;
}

.nav-drawer {
Expand Down

0 comments on commit c2333b6

Please sign in to comment.