Skip to content

Commit fc12400

Browse files
BillLeoutsakosvl346Bill Leoutsakos
andauthored
improvement(ui): use standard knowledge upload icon buttons (#8135)
Co-authored-by: Bill Leoutsakos <billleoutsakos@Mac.localdomain>
1 parent 70175ba commit fc12400

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎apps/sim/app/workspace/[workspaceId]/knowledge/components/knowledge-upload-row.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function KnowledgeUploadRow({
4545
aria-label='Retry upload'
4646
type='button'
4747
variant='ghost'
48-
className='size-4 p-0'
48+
size='icon'
4949
onClick={onRetry}
5050
disabled={disabled}
5151
>
@@ -56,7 +56,7 @@ export function KnowledgeUploadRow({
5656
aria-label='Remove file'
5757
type='button'
5858
variant='ghost'
59-
className='size-4 p-0'
59+
size='icon'
6060
onClick={onRemove}
6161
disabled={disabled}
6262
>

0 commit comments

Comments
 (0)