2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-24 12:45:18 +08:00
naive-ui/styles/themes/dark/components/Empty.scss
2020-02-20 15:26:12 +08:00

5 lines
196 B
SCSS

@mixin setup-dark-empty {
$--empty-text-color: $--n-disabled-text-color !global;
$--empty-icon-color: $--n-icon-color !global;
$--empty-extra-text-color: $--n-secondary-text-color !global;
}