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

4 lines
141 B
SCSS

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