naive-ui/styles/themes/light/components/Thing.scss

4 lines
149 B
SCSS
Raw Normal View History

2019-11-26 13:05:25 +08:00
@mixin setup-light-thing {
2020-02-19 13:36:29 +08:00
$--thing-header-text-color: $--n-primary-text-color !global;
2019-11-26 18:16:50 +08:00
$--thing-text-color: $--n-secondary-text-color !global;
2019-11-26 13:05:25 +08:00
}