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

5 lines
182 B
SCSS
Raw Normal View History

@mixin setup-light-confirm {
$--confirm-title-color: $--n-text-color !global;
$--confirm-color: $--n-secondary-text-color !global;
$--confirm-background-color: white !global;
}