Fix icon size

This commit is contained in:
Arnaud 2024-11-11 10:06:19 +07:00
parent 46d6d5ba88
commit c6f26e4f1e
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export function Files({ limit }: Props) {
<Button
label="Folder"
Icon={PlusIcon}
Icon={() => <PlusIcon width={24}></PlusIcon>}
variant="outline"
size="small"
disabled={!!error || !folder}