mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
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'>
|
<div className='flex items-center py-[1px] gap-1 grow'>
|
||||||
<ModelIcon
|
<ModelIcon
|
||||||
className="m-0.5"
|
className="m-0.5 w-4 h-4"
|
||||||
provider={currentProvider}
|
provider={currentProvider}
|
||||||
modelName={modelName}
|
modelName={modelName}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user