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

4 lines
149 B
SCSS

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