Skip to content

Commit

Permalink
design: button 하단 여백 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
simeunseo committed Oct 9, 2023
1 parent fe8f00e commit 4b94275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/atomComponents/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const buttonDefaultCSS = {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 4.4rem;
border-radius: 0.8rem;
padding: 1.6rem;
width: 33.5rem;
Expand Down
2 changes: 2 additions & 0 deletions src/pages/selectSchedule/SelectSchedulePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ const StyledBtnSection = styled.section`
justify-content: center;
background: ${({ theme }) => theme.colors.dim_gradient};
padding-bottom: 2.9rem;
width: 100%;
height: 16.4rem;
`;
Expand Down

0 comments on commit 4b94275

Please sign in to comment.