* Change tips font color.

This commit is contained in:
caoyanyi
2023-07-11 13:35:43 +08:00
parent cf3a1c54e0
commit fa4dbdf4b8
+2 -2
View File
@@ -64,7 +64,7 @@ formPanel
),
span
(
setClass('ml-4 pt-2 flex items-center'),
setClass('ml-4 pt-2 flex items-center text-gray'),
icon('info text-warning mr-1'),
$lang->mail->addressWhiteList
)
@@ -106,7 +106,7 @@ formPanel
),
!$openssl ? span
(
setClass('ml-4 pt-2 flex items-center'),
setClass('ml-4 pt-2 flex items-center text-gray'),
icon('info text-warning mr-1'),
$lang->mail->disableSecure
) : null