naive-ui/styles/themes/light/components/Statistic.scss
songwanli2025@163.com f5737f3df7 merge
2020-02-21 15:26:51 +08:00

6 lines
326 B
SCSS

@mixin setup-light-statistic {
$--statistic-value-label-text-color: $--n-secondary-text-color !global;
$--statistic-value-prefix-text-color: $--n-primary-text-color !global;
$--statistic-value-suffix-text-color: $--n-primary-text-color !global;
$--statistic-value-content-text-color: $--n-primary-text-color !global;
}