feat: 컴포넌트 추가, 스타일 수정
This commit is contained in:
@@ -49,7 +49,7 @@ export const Pagination = ({ totalPages, currentPage, pageCount = 10, onPageChan
|
||||
const noNext = start + pageCount >= totalPages;
|
||||
|
||||
return (
|
||||
<nav className="text-kc-gray-99 text-sm" aria-label="pagination">
|
||||
<nav className="text-dabeeo-gray-99 text-sm" aria-label="pagination">
|
||||
<ul className="flex items-center justify-center list-none">
|
||||
<li className="flex">
|
||||
<AriaButton
|
||||
|
||||
Reference in New Issue
Block a user