Skip to content

Commit

Permalink
chore: font-size 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DaeWon9 committed Aug 23, 2024
1 parent 0ce80f0 commit 596c9ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions packages/service/src/common/components/Button/Button.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export const smallDarkButtonStyle = css`

export const smallLightButtonStyle = css`
${theme.flex.center}
${theme.font.preM20}
${theme.font.preB}
font-size: 20;
color: ${theme.color.black};
font-weight: 600;
background: ${theme.color.white};
width: 180px;
height: 52px;
Expand All @@ -102,7 +102,6 @@ export const hugeButtonStyle = css`
width: 597px;
height: 115px;
padding: 35px 138px;
font-weight: 700;
gap: 10px;
flex-shrink: 0;
border: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const clipButtonStyle = css`
width: 265px;
height: 50px;
padding: 9px 57px;
font-weight: 500;
gap: 10px;
flex-shrink: 0;
border-radius: 8px;
Expand Down Expand Up @@ -40,15 +39,13 @@ export const clipButtonContentStyle = css`
${theme.flex.center}
${theme.font.preB18}
color: ${theme.color.black};
font-weight: 500;
gap: 10px;
`;

export const clipButtonSuccessContentStyle = css`
${theme.flex.center}
${theme.font.preB18}
color: ${theme.color.eventBlue};
font-weight: 500;
gap: 10px;
rect {
stroke: ${theme.color.eventBlue};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const eventNumber = css`
`;

export const eventTitle = css`
${theme.font.pcpB};
${theme.font.preB};
${theme.margin.mg12}
font-size: 30px;
Expand Down

0 comments on commit 596c9ff

Please sign in to comment.