Skip to content

Commit

Permalink
리뷰반영
Browse files Browse the repository at this point in the history
  • Loading branch information
skiende74 committed Nov 6, 2024
1 parent b7985fe commit 5177ea4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/NewChecklist/MoveNextButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const S = {
background-color: ${({ theme }) => theme.palette.grey200};
font-weight: ${({ theme }) => theme.text.weight.semiBold};
font-weight: ${({ theme }) => theme.text.weight.medium};
font-size: ${({ theme }) => theme.text.size.small};
line-height: 2.5;
border-radius: 10px;
Expand All @@ -51,7 +51,5 @@ const S = {
margin-top: ${({ marginTop }) => marginTop};
margin-bottom: ${({ marginBottom }) => marginBottom};
border-radius: 0.8rem;
/* background-color: ${({ theme }) => theme.palette.white}; */
`,
};

0 comments on commit 5177ea4

Please sign in to comment.