mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
5 lines
196 B
SCSS
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;
|
|
} |