Feat: workflow dark mode (#17785)
This commit is contained in:
@@ -28,8 +28,8 @@ const InputField: FC<{
|
||||
return (
|
||||
<div className="space-y-1">
|
||||
<div className="flex h-[18px] items-center space-x-2">
|
||||
<span className="text-[13px] font-medium text-gray-900">{title}</span>
|
||||
<span className="text-xs font-normal text-gray-500">{description}</span>
|
||||
<span className="text-[13px] font-medium text-text-primary">{title}</span>
|
||||
<span className="text-xs font-normal text-text-tertiary">{description}</span>
|
||||
</div>
|
||||
<Input
|
||||
type='number'
|
||||
|
Reference in New Issue
Block a user