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

4 lines
135 B
SCSS
Raw Normal View History

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