From 30e5c197cbc0acff5fa21e3aea0e9df5800b16c5 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Sat, 6 Sep 2025 16:05:01 +0800 Subject: [PATCH] fix: standardize text color in install form to text-secondary (#25272) --- web/app/install/installForm.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/install/installForm.tsx b/web/app/install/installForm.tsx index 8ddb5276f..65d1998fc 100644 --- a/web/app/install/installForm.tsx +++ b/web/app/install/installForm.tsx @@ -134,7 +134,7 @@ const InstallForm = () => { {errors.email && {t(`${errors.email?.message}`)}} @@ -149,7 +149,7 @@ const InstallForm = () => { {errors.name && {t(`${errors.name.message}`)}} @@ -164,7 +164,7 @@ const InstallForm = () => { {...register('password')} type={showPassword ? 'text' : 'password'} placeholder={t('login.passwordPlaceholder') || ''} - className={'w-full appearance-none rounded-md border border-transparent bg-components-input-bg-normal py-[7px] pl-2 text-components-input-text-filled caret-primary-600 outline-none placeholder:text-components-input-text-placeholder hover:border-components-input-border-hover hover:bg-components-input-bg-hover focus:border-components-input-border-active focus:bg-components-input-bg-active focus:shadow-xs'} + className={'system-sm-regular w-full appearance-none rounded-md border border-transparent bg-components-input-bg-normal px-3 py-[7px] text-components-input-text-filled caret-primary-600 outline-none placeholder:text-components-input-text-placeholder hover:border-components-input-border-hover hover:bg-components-input-bg-hover focus:border-components-input-border-active focus:bg-components-input-bg-active focus:shadow-xs'} />
@@ -178,7 +178,7 @@ const InstallForm = () => {
-
{t('login.error.passwordInvalid')}
@@ -189,7 +189,7 @@ const InstallForm = () => { -
+
{t('login.license.tip')}