fix the model icon size in the agent node

This commit is contained in:
Yi 2024-12-31 14:04:03 +08:00
parent ec2dd750f1
commit 2cdf2b2e05
1 changed files with 1 additions and 1 deletions

View File

@ -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}
/>