Skip to content

Commit

Permalink
fix: make input interactive to assistive technology
Browse files Browse the repository at this point in the history
  • Loading branch information
olavis committed Aug 30, 2023
1 parent 629f2bc commit a109f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/FileUploader/FileUploader.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const FileUpload = styled.label`
gap: ${spacings.X_SMALL};
> input[type='file'] {
display: none;
opacity: 0;
}
`

Expand Down

0 comments on commit a109f03

Please sign in to comment.