Skip to content

Commit c91cd7f

Browse files
committed
design(#141): 행성 목록 아이콘 클릭 영역 늘리기
1 parent 796d898 commit c91cd7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/planet/PlanetList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export default PlanetList;
8383

8484
const Box = styled.div`
8585
width: 100%;
86+
height: 68px;
8687
display: flex;
87-
padding: 14px 12px 14px 16px;
8888
flex-direction: column;
8989
align-items: flex-start;
9090
gap: 10px;
@@ -140,8 +140,8 @@ const MainLabel = styled.div`
140140
`;
141141

142142
const IconButton = styled.button`
143-
width: 24px;
144-
height: 24px;
143+
width: 30px;
144+
height: 40px;
145145
display: flex;
146146
align-items: center;
147147
justify-content: center;

0 commit comments

Comments
 (0)