From 35a348fad2634216b838124b1ad984bd4808b1ec Mon Sep 17 00:00:00 2001 From: xiaokang Date: Mon, 23 Sep 2024 14:11:18 +0800 Subject: [PATCH] fixes oceanbase/odc#3445 --- src/component/Empty/SQLConsoleEmpty/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Empty/SQLConsoleEmpty/index.less b/src/component/Empty/SQLConsoleEmpty/index.less index 930d0e5a8..104d2be99 100644 --- a/src/component/Empty/SQLConsoleEmpty/index.less +++ b/src/component/Empty/SQLConsoleEmpty/index.less @@ -8,7 +8,7 @@ } .tips { - color: var(--neutral-black45-color); + color: var(--text-color-hint); font-size: 12px; line-height: 20px; text-align: center;