naive-ui/styles/themes/dark/components/Thing.scss
2019-11-26 18:16:50 +08:00

4 lines
140 B
SCSS

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