naive-ui/styles/themes/light/components/Popover.scss
2019-09-27 22:27:01 +08:00

4 lines
131 B
SCSS

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