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

6 lines
325 B
SCSS

@mixin setup-dark-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;
}