Skip to content

Commit

Permalink
hotfix: Pagination mt 줄임 (10 to 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
khakhiD committed Dec 1, 2023
1 parent 9915355 commit 970ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Pagination = ({ total, size, page, setPage }: PaginationProps) => {
w={'full'}
justifyContent={'center'}
align={'center'}
mt={'10rem'}
mt={'4rem'}
>
<IconButton
w={'auto'}
Expand Down

0 comments on commit 970ddd8

Please sign in to comment.