sdy

add 'cursor:pointer' in IconBox

...@@ -56,6 +56,7 @@ const IconBox = styled.div` ...@@ -56,6 +56,7 @@ const IconBox = styled.div`
56 font-size: 20px; 56 font-size: 20px;
57 margin-right: 5px; 57 margin-right: 5px;
58 } 58 }
59 + cursor: pointer;
59 `; 60 `;
60 61
61 const ExitIconBox = styled.div` 62 const ExitIconBox = styled.div`
......