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

View File

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