mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 07:26:45 +00:00
亮色主题 Footer 背景修改为白色
This commit is contained in:
@@ -14,7 +14,7 @@ const Footer = ({ title }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<footer
|
<footer
|
||||||
className='dark:bg-gray-800 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6 dark:text-gray-400'
|
className='dark:bg-gray-800 flex-shrink-0 justify-center text-center m-auto w-full leading-6 text-sm p-6 bg-white dark:text-gray-400'
|
||||||
>
|
>
|
||||||
<DarkModeButton/>
|
<DarkModeButton/>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user