naive-ui/styles/themes/light/components/Badge.scss
2019-10-09 17:38:08 +08:00

9 lines
195 B
SCSS

@mixin setup-light-badge {
$--badge-background-color: (
"default": $error-6,
"info": $info-6,
"success": $success-6,
"warning": $warning-6,
"error": $error-6
) !global;
}