From 193620e4e4cacb186708eaa1eed41501ae7ac64b Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 18 Apr 2023 09:55:34 +1000 Subject: [PATCH] reduce font weight --- resources/js/components/SMPagination.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/SMPagination.vue b/resources/js/components/SMPagination.vue index 67ee172..a8694ac 100644 --- a/resources/js/components/SMPagination.vue +++ b/resources/js/components/SMPagination.vue @@ -127,7 +127,7 @@ const handleClickPage = (page: number): void => { align-items: center; font-family: var(--header-font-family); font-size: 90%; - font-weight: 700; + font-weight: 600; margin-bottom: 24px; .item {