Feat: workflow dark mode (#17785)
This commit is contained in:
@@ -70,7 +70,7 @@ const TagInput: FC<TagInputProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={cn('flex flex-wrap', !isInWorkflow && 'min-w-[200px]', isSpecialMode ? 'rounded-lg bg-gray-100 pb-1 pl-1' : '')}>
|
||||
<div className={cn('flex flex-wrap', !isInWorkflow && 'min-w-[200px]', isSpecialMode ? 'rounded-lg bg-components-input-bg-normal pb-1 pl-1' : '')}>
|
||||
{
|
||||
(items || []).map((item, index) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user