naive-ui/styles/themes/dark/components/Popover.scss
2019-09-29 17:54:20 +08:00

4 lines
143 B
SCSS

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