2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-11 13:10:26 +08:00
naive-ui/styles/themes/light/components/List.scss

5 lines
200 B
SCSS
Raw Normal View History

2019-11-26 13:05:25 +08:00
@mixin setup-light-list {
2020-02-21 14:59:17 +08:00
$--list-text-color: $--n-secondary-text-color !global;
$--list-background-color: $--n-card-background-color !global;
$--list-border-color: $--n-divider-color !global;
2019-11-26 13:05:25 +08:00
}