Skip to content

Commit

Permalink
design(#141): 행성 목록 아이콘 클릭 영역 늘리기
Browse files Browse the repository at this point in the history
  • Loading branch information
yyypearl committed Feb 10, 2025
1 parent 796d898 commit c91cd7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/planet/PlanetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ export default PlanetList;

const Box = styled.div`
width: 100%;
height: 68px;
display: flex;
padding: 14px 12px 14px 16px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
Expand Down Expand Up @@ -140,8 +140,8 @@ const MainLabel = styled.div`
`;

const IconButton = styled.button`
width: 24px;
height: 24px;
width: 30px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit c91cd7f

Please sign in to comment.