Browse Source

style fetch url input

AykutSarac 3 years ago
parent
commit
cc9bf16d8e
1 changed files with 4 additions and 2 deletions
  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};
   color: ${({ theme }) => theme.INTERACTIVE_NORMAL};
   outline: none;
   outline: none;
   border: none;
   border: none;
-  border-radius: 5px;
-  padding: 6px 8px;
+  border-radius: 4px;
+  line-height: 32px;
+  padding: 16px;
   width: 100%;
   width: 100%;
   margin-bottom: 10px;
   margin-bottom: 10px;
+  height: 30px;
 `;
 `;
 
 
 const StyledModalContent = styled(Modal.Content)`
 const StyledModalContent = styled(Modal.Content)`