Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JINU-CHANG authored Aug 23, 2024
2 parents 67813ec + 44e1b21 commit 445c5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/components/_common/AlertModal/AlertModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const S = {
width: 100%;
${flexRow}
justify-content: space-around;
gap: 1rem;
`,
IconBox: styled.div`
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/_common/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const sizeStyles = {
${title4}
`,
medium: css`
padding: 1.2rem 4.8rem;
padding: 1.2rem 3.6rem;
${title3}
`,
full: css`
Expand Down

0 comments on commit 445c5a2

Please sign in to comment.