style(Toast): increase border-radius to 8px

This commit is contained in:
chenjiahan 2020-04-19 14:59:28 +08:00
parent 6a992793b4
commit 2364c4f526

View File

@ -778,7 +778,7 @@
@toast-text-color: @white;
@toast-loading-icon-color: @white;
@toast-line-height: 20px;
@toast-border-radius: @border-radius-md;
@toast-border-radius: @border-radius-lg;
@toast-background-color: fade(@text-color, 88%);
@toast-icon-size: 40px;
@toast-text-min-width: 96px;