Skip to content

Commit 433a7f4

Browse files
committed
fix: add border styling to PaginatedNavigation component in ContactList
1 parent edc951a commit 433a7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/contact/contactList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default function ContactList() {
245245

246246
{pagesOfContacts && pagesOfContacts?.length > 1 && (
247247
<PaginatedNavigation
248-
className=""
248+
className="border-grey-600 col-span-6 border-t"
249249
pages={pagesOfContacts}
250250
currentPage={currentPage}
251251
onPageChange={setCurrentPage}

0 commit comments

Comments
 (0)