naive-ui/styles/themes/light/components/Drawer.scss
2020-02-21 16:48:45 +08:00

4 lines
155 B
SCSS

@mixin setup-light-drawer {
$--drawer-background-color: $--n-modal-background-color !global;
$--drawer-text-color: $--n-secondary-text-color !global;
}