style upload file height

This commit is contained in:
AykutSarac 2022-08-13 14:01:20 +03:00
parent 63f247d83e
commit a87c6abcad

View File

@ -24,6 +24,7 @@ const StyledUploadWrapper = styled.label`
border: 2px dashed ${({ theme }) => theme.BACKGROUND_TERTIARY}; border: 2px dashed ${({ theme }) => theme.BACKGROUND_TERTIARY};
border-radius: 5px; border-radius: 5px;
width: 100%; width: 100%;
min-height: 200px;
padding: 16px; padding: 16px;
cursor: pointer; cursor: pointer;