From 10c090a99396f22450f1ae44feb5516e8655f5c6 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Thu, 17 Mar 2022 11:48:52 +0800 Subject: [PATCH] fix: tooltip preset color (#34548) * fix: tooltip preset color * chore: code clean --- components/tooltip/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tooltip/style/index.less b/components/tooltip/style/index.less index 697f685574..129ab7fc43 100644 --- a/components/tooltip/style/index.less +++ b/components/tooltip/style/index.less @@ -201,7 +201,7 @@ } .@{tooltip-prefix-cls}-arrow { &-content::before { - background-color: @@lightColor; + background: @@lightColor; } } }