From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/datasets/create/website/base/field.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/datasets/create/website/base/field.tsx b/app/components/datasets/create/website/base/field.tsx
index 43d7646..5b5ca90 100644
--- a/app/components/datasets/create/website/base/field.tsx
+++ b/app/components/datasets/create/website/base/field.tsx
@@ -31,8 +31,8 @@
return (
<div className={cn(className)}>
<div className='flex py-[7px]'>
- <div className={cn(labelClassName, 'flex h-[16px] items-center text-[13px] font-semibold text-text-secondary')}>{label} </div>
- {isRequired && <span className='ml-0.5 text-xs font-semibold text-text-destructive'>*</span>}
+ <div className={cn(labelClassName, 'flex items-center h-[18px] text-[13px] font-medium text-gray-900')}>{label} </div>
+ {isRequired && <span className='ml-0.5 text-xs font-semibold text-[#D92D20]'>*</span>}
{tooltip && (
<Tooltip
popupContent={
--
Gitblit v1.8.0