mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
6 lines
184 B
SCSS
6 lines
184 B
SCSS
|
@mixin setup-light-dropdown {
|
||
|
$--dropdown-menu-bg-color: #fff !global;
|
||
|
$--dropdown-item-hover-bg-color: #E8E8E8 !global;
|
||
|
$--dropdown-item-hover-font-color: $primary-6 !global;
|
||
|
}
|