mirror of https://github.com/langgenius/dify.git
fix the model icon size in the agent node
This commit is contained in:
parent
ec2dd750f1
commit
2cdf2b2e05
|
|
@ -26,7 +26,7 @@ const ModelTrigger: FC<ModelTriggerProps> = ({
|
|||
>
|
||||
<div className='flex items-center py-[1px] gap-1 grow'>
|
||||
<ModelIcon
|
||||
className="m-0.5"
|
||||
className="m-0.5 w-4 h-4"
|
||||
provider={currentProvider}
|
||||
modelName={modelName}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue