瀏覽代碼

style upload file height

AykutSarac 2 年之前
父節點
當前提交
a87c6abcad
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;