naive-ui/styles/themes/dark/components/Statistic.scss

6 lines
325 B
SCSS
Raw Normal View History

2019-10-28 18:29:52 +08:00
@mixin setup-dark-statistic {
$--statistic-value-label-text-color: $--n-secondary-text-color !global;
2020-02-21 15:26:51 +08:00
$--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;
2019-10-28 18:29:52 +08:00
}