* Fix help text color.

This commit is contained in:
qixinzhi
2024-03-27 17:23:12 +08:00
committed by liyang
parent adb3e38123
commit fc6db89c49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ formPanel
label
(
set::text($lang->metric->tips->noticeUnchangeable),
setClass('label ghost state600')
setClass('label ghost state600 text-gray-400')
)
)
)
+1 -1
View File
@@ -46,7 +46,7 @@ formPanel
label
(
set::text($lang->metric->tips->noticeUnchangeable),
setClass('label ghost state600')
setClass('label ghost state600 text-gray-400')
)
)
)