Browse Source

style upload file height

AykutSarac 2 năm trước cách đây
mục cha
commit
a87c6abcad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/containers/Modals/ImportModal/index.tsx

+ 1 - 0
src/containers/Modals/ImportModal/index.tsx

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