jusrhee 3 лет назад
Родитель
Сommit
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`