소스 검색

Update Placeholder.tsx

jusrhee 3 년 전
부모
커밋
d05cb20a19
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      dashboard/src/components/Placeholder.tsx

+ 4 - 0
dashboard/src/components/Placeholder.tsx

@@ -30,6 +30,10 @@ const Flex = styled.div`
   display: flex;
   margin-top: 10px;
   align-items: center;
+  > i {
+    font-size: 16px;
+    margin-right: 12px;
+  }
 `;
 
 const Wrapper = styled.div`