Skip to content

Commit

Permalink
fix: 버튼 살짝 위로 올라가게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Jul 9, 2024
1 parent 9a8ffe1 commit 76c6afe
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/pages/MyRegisterdShow/components/RegisteredCard.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,5 @@ export const CardInfoButtonBox = styled.div`
display: flex;
gap: 0.4rem;
align-items: center;
margin-bottom: 0.2rem;
`;

/*
export const FixBtnSpan = styled.span`
flex-shrink: 0;
min-width: 8.7rem;
text-align: center;
color: ${({ theme }) => theme.colors.white};
${({ theme }) => theme.fonts["caption1-semi"]};
`;
export const CheckBtnSpan = styled.span`
`
*/

0 comments on commit 76c6afe

Please sign in to comment.