naive-ui/styles/themes/dark/components/Result.scss
2020-02-19 13:36:29 +08:00

10 lines
306 B
SCSS

@mixin setup-dark-result {
$--result-icon-fill: (
'error': $--error-6,
'success': $--success-6,
'warning': $--warning-6,
'info': $--info-6
) !global;
$--result-header-text-color: $--n-primary-text-color !global;
$--result-description-text-color: $--n-secondary-text-color !global;
}