style(Toast): adjust icon size to 36px (#6857)

This commit is contained in:
neverland 2020-07-24 15:54:05 +08:00 committed by GitHub
parent 6408775626
commit be0eb547da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,7 +793,7 @@
@toast-line-height: 20px;
@toast-border-radius: @border-radius-lg;
@toast-background-color: fade(@black, 70%);
@toast-icon-size: 40px;
@toast-icon-size: 36px;
@toast-text-min-width: 96px;
@toast-text-padding: @padding-xs @padding-sm;
@toast-default-padding: @padding-md;