Skip to content

Commit

Permalink
FileInput always has cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Nov 22, 2023
1 parent fcfd202 commit 0b3cd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileInput/FileInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const FileInput: PolymorphicComponent<FileInputProps, 'input'> =
accept={accept}
as="input"
className={styles.input}
cursor={fileData ? 'text' : 'pointer'}
cursor="pointer"
disabled={disabled}
id={id ?? name}
name={name}
Expand Down

0 comments on commit 0b3cd2e

Please sign in to comment.