naive-ui/styles/themes/light/components/Popover.scss

4 lines
131 B
SCSS
Raw Normal View History

2019-09-27 22:27:01 +08:00
@mixin setup-light-popover {
$--popover-background-color: white !global;
$--popover-color: $--n-secondary-text-color !global;
}