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

6 lines
224 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;
2019-09-29 00:13:17 +08:00
$--confirm-border-color: white !global;
}