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

9 lines
208 B
SCSS

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