Feat: configure dark mode legacy (#15394)

This commit is contained in:
KVOJJJin
2025-03-10 16:41:06 +08:00
committed by GitHub
parent 2cf0cb471f
commit 9e220d5d30
10 changed files with 76 additions and 82 deletions

View File

@@ -11,7 +11,7 @@ const GroupName: FC<IGroupNameProps> = ({
}) => {
return (
<div className='flex items-center mb-1'>
<div className='mr-3 leading-[18px] text-xs font-semibold text-gray-500 uppercase'>{name}</div>
<div className='mr-3 leading-[18px] text-xs font-semibold text-text-tertiary uppercase'>{name}</div>
<div className='grow h-[1px]'
style={{
background: 'linear-gradient(270deg, rgba(243, 244, 246, 0) 0%, #F3F4F6 100%)',