[improvement] Toast: update background color (#1171)

This commit is contained in:
neverland 2018-12-29 17:41:41 +08:00 committed by GitHub
parent 4771277f10
commit f9b7ddbbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@
@toast-text-color: @white; @toast-text-color: @white;
@toast-line-height: 20px; @toast-line-height: 20px;
@toast-border-radius: 4px; @toast-border-radius: 4px;
@toast-background-color: rgba(0, 0, 0, .7); @toast-background-color: rgba(@text-color, .88);
@toast-icon-size: 48px; @toast-icon-size: 48px;
@toast-text-min-width: 96px; @toast-text-min-width: 96px;
@toast-text-padding: 8px 12px; @toast-text-padding: 8px 12px;