@import '../../styles-new/default.less';

@toast-font-size: @font-size-base;
@toast-color: @color-text-white;
@toast-background-color: @color-fill-mask;
@toast-padding-horizontal: @spacing-m;
@toast-left-icon-size: @size-icon-l;
@toast-close-icon-size: @size-icon-s;
@toast-icon-color: @color-icon-white;

// 深色样式
// @toast-color: @color-text-white;
// @toast-background-color: @color-fill-mask;
// @toast-icon-color: @color-icon-white;

//反白样式
@toast-light-color: @color-white-3;
@toast-light-background-color: @color-fill-mask-white;
@toast-light-icon-color: @color-white-3 ;
