mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
5 lines
200 B
SCSS
5 lines
200 B
SCSS
@mixin setup-light-list {
|
|
$--list-text-color: $--n-secondary-text-color !global;
|
|
$--list-background-color: $--n-card-background-color !global;
|
|
$--list-border-color: $--n-divider-color !global;
|
|
} |