1 parent 0059be1 commit cdc4779Copy full SHA for cdc4779
1 file changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/chat.tsx
@@ -1093,12 +1093,13 @@ export function Chat() {
1093
<Button
1094
type='button'
1095
variant='ghost'
1096
+ size='icon'
1097
aria-label='Attach file'
1098
onClick={() => document.getElementById('floating-chat-file-input')?.click()}
1099
disabled={
1100
!activeWorkflowId || isExecuting || chatFiles.length >= MAX_CHAT_FILES
1101
}
- className='size-3.5 rounded-md p-0 focus-visible:ring-1 focus-visible:ring-[var(--text-muted)] disabled:opacity-50'
1102
+ className='rounded-md focus-visible:ring-1 focus-visible:ring-[var(--text-muted)] disabled:opacity-50'
1103
>
1104
<Paperclip className='h-3.5! w-3.5!' />
1105
</Button>
0 commit comments