We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796d898 commit c91cd7fCopy full SHA for c91cd7f
1 file changed
src/components/planet/PlanetList.tsx
@@ -83,8 +83,8 @@ export default PlanetList;
83
84
const Box = styled.div`
85
width: 100%;
86
+ height: 68px;
87
display: flex;
- padding: 14px 12px 14px 16px;
88
flex-direction: column;
89
align-items: flex-start;
90
gap: 10px;
@@ -140,8 +140,8 @@ const MainLabel = styled.div`
140
`;
141
142
const IconButton = styled.button`
143
- width: 24px;
144
- height: 24px;
+ width: 30px;
+ height: 40px;
145
146
align-items: center;
147
justify-content: center;
0 commit comments