naive-ui/styles/themes/dark/components/Thing.scss
2020-02-19 13:36:29 +08:00

4 lines
148 B
SCSS

@mixin setup-dark-thing {
$--thing-header-text-color: $--n-primary-text-color !global;
$--thing-text-color: $--n-secondary-text-color !global;
}