Skip to content

Commit

Permalink
delete shadow from file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Miningmark committed Jan 17, 2025
1 parent 9cac206 commit 66072be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Label = styled.label`
padding: 30px 30px;
border-radius: 40px;
border: 2px dashed ${({ theme, $iserror }) => ($iserror ? "red" : theme.text)};
box-shadow: 0px 0px 200px -50px rgba(0, 0, 0, 0.719);
//box-shadow: 0px 0px 200px -50px rgba(0, 0, 0, 0.719);
`;

const StyledWrapper = styled.div`
Expand Down

0 comments on commit 66072be

Please sign in to comment.