浏览代码

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`