Skip to content

Commit

Permalink
chore: px -> rem 으로 단위 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Aug 29, 2024
1 parent 643e161 commit 610fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/book/components/select/RadioGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ const DateText = styled.p`
const ButtonWrapper = styled.article`
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px 9px;
gap: 1rem 0.9rem;
`;

0 comments on commit 610fc87

Please sign in to comment.