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

5 lines
204 B
SCSS
Raw Normal View History

2019-11-26 13:05:25 +08:00
@mixin setup-dark-empty {
2019-11-26 15:26:28 +08:00
$--empty-text-color: $--n-disabled-text-color !global;
$--empty-icon-fill: $--n-disabled-text-color !global;
$--empty-extra-text-color: $--n-secondary-text-color !global;
2019-11-26 13:05:25 +08:00
}