소스 검색

style fetch url input

AykutSarac 3 년 전
부모
커밋
cc9bf16d8e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/containers/ImportModal/index.tsx

+ 4 - 2
src/containers/ImportModal/index.tsx

@@ -13,10 +13,12 @@ const StyledInput = styled.input`
   color: ${({ theme }) => theme.INTERACTIVE_NORMAL};
   outline: none;
   border: none;
-  border-radius: 5px;
-  padding: 6px 8px;
+  border-radius: 4px;
+  line-height: 32px;
+  padding: 16px;
   width: 100%;
   margin-bottom: 10px;
+  height: 30px;
 `;
 
 const StyledModalContent = styled(Modal.Content)`