Skip to content

Commit 7409608

Browse files
committed
feat: MemeDetailPage 스타일 수정 - 버튼 패딩 추가
- 버튼 컨테이너의 하단 패딩을 32px에서 40px으로 조정하여 UI의 여백을 개선함 - 사용자 경험을 향상시키기 위한 작업임
1 parent 7ed571b commit 7409608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/MemeDetailPage/MemeDetailPage.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ButtonContainer = styled.div`
3131
transform: translateX(-50%);
3232
bottom: 0;
3333
width: 100%;
34-
padding: 12px 14px 32px;
34+
padding: 12px 14px 40px;
3535
background-color: ${({ theme }) => theme.palette.gray['gray-10']};
3636
border-top: 1px solid ${({ theme }) => theme.palette.gray['gray-9']};
3737
display: flex;

0 commit comments

Comments
 (0)