From f16635f5f1be306aac73f2cc2052d8747f262b1e Mon Sep 17 00:00:00 2001 From: OhNow <70829793@qq.com> Date: Sun, 1 Dec 2019 13:20:05 +0800 Subject: [PATCH] fix less import issue (#5157) --- src/style/var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/var.less b/src/style/var.less index 816bdb8b4..445c19258 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -693,7 +693,7 @@ @toast-loading-icon-color: @white; @toast-line-height: 20px; @toast-border-radius: @border-radius-md; -@toast-background-color: rgba(@text-color, .88); +@toast-background-color: fade(@text-color, 88%); @toast-icon-size: 40px; @toast-text-min-width: 96px; @toast-text-padding: @padding-xs @padding-sm;