theme-game

This commit is contained in:
tangly1024
2024-04-04 13:32:26 +08:00
parent a4296844cf
commit 522bbea0a1

View File

@@ -9,7 +9,7 @@ export const Footer = props => {
return (
<footer
className={`z-10 bg-white p-2 rounded-lg relative mt-6 flex-shrink-0 m-auto w-full dark:text-gray-200 `}>
className={`z-10 dark:bg-black bg-white p-2 rounded-lg relative mt-6 flex-shrink-0 m-auto w-full dark:text-gray-200 `}>
{/* <hr className='my-2 border-black dark:border-gray-100' /> */}
{/* 页面底部 */}
<div className='w-full flex justify-between p-4 '>