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

4 lines
143 B
SCSS
Raw Normal View History

2019-09-27 22:27:01 +08:00
@mixin setup-dark-popover {
2019-09-29 17:54:20 +08:00
$--popover-background-color: $--n-popover-color !global;
2019-09-27 22:27:01 +08:00
$--popover-color: $--n-secondary-text-color !global;
}