naive-ui/styles/themes/light/components/Dropdown.scss

4 lines
99 B
SCSS
Raw Normal View History

2019-10-08 18:01:39 +08:00
@mixin setup-light-dropdown {
2019-12-04 09:36:17 +08:00
$--dropdown-item-suffix-fill: $--n-secondary-text-color !global;
2019-10-08 18:01:39 +08:00
}