夜间模式适配

This commit is contained in:
tangly1024
2021-10-13 16:11:20 +08:00
parent 65dc5d4715
commit 0e911f5ef3
5 changed files with 9 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ const Pagination = ({ page, showNext }) => {
const router = useRouter()
const currentPage = +page
return (
<div className=' my-10 flex justify-between font-medium text-black dark:text-gray-100'>
<div className='my-10 flex justify-between font-medium text-black dark:text-gray-100 space-x-2'>
<Link
href={
{