naive-ui/styles/themes/light/components/Modal.scss
2020-02-19 21:08:31 +08:00

4 lines
152 B
SCSS

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