Skip to content

Commit

Permalink
design: 관리 페이지 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Aug 20, 2024
1 parent 5d4a67c commit 930d27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/EventPage/AdminPage/AdminPage.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export const receiptStyle = () =>
css({
display: 'flex',
flexDirection: 'column',
gap: '8px',
padding: '0 8px',
gap: '1rem',
paddingBottom: '8.75rem',
});

Expand All @@ -19,5 +18,6 @@ export const buttonGroupStyle = () =>
css({
display: 'flex',
width: '100%',
padding: '0 0.5rem',
gap: '0.5rem',
});

0 comments on commit 930d27a

Please sign in to comment.