Feat: workflow dark mode (#17785)

This commit is contained in:
KVOJJJin
2025-04-10 17:15:48 +08:00
committed by GitHub
parent 636a0ba37f
commit 17a26da1e6
75 changed files with 324 additions and 368 deletions

View File

@@ -68,9 +68,9 @@ const AddVariable = ({
>
<Plus02
className={cn(
'h-2.5 w-2.5 text-gray-500',
'group-hover/addvariable:text-white',
open && '!text-white',
'h-2.5 w-2.5 text-text-tertiary',
'group-hover/addvariable:text-text-primary',
open && '!text-text-primary',
)}
/>
</div>