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

4 lines
141 B
SCSS
Raw Normal View History

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