Feat: settings dark mode (#15184)

This commit is contained in:
KVOJJJin 2025-03-07 11:56:20 +08:00 committed by GitHub
commit f588ccff72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 450 additions and 427 deletions

View file

@ -31,7 +31,7 @@ const Field: FC<Props> = ({
return (
<div className={cn(className)}>
<div className='flex py-[7px]'>
<div className={cn(labelClassName, 'flex items-center h-[18px] text-[13px] font-medium text-gray-900')}>{label} </div>
<div className={cn(labelClassName, 'flex items-center h-[18px] text-[13px] font-medium text-text-primary')}>{label} </div>
{isRequired && <span className='ml-0.5 text-xs font-semibold text-[#D92D20]'>*</span>}
{tooltip && (
<Tooltip