mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 07:26:46 +00:00
排版微调
This commit is contained in:
@@ -50,7 +50,7 @@ const Toc = ({ toc }) => {
|
||||
setActiveSection(currentSectionId)
|
||||
}, throttleMs))
|
||||
|
||||
return <div className='dark:bg-gray-800 bg-white'>
|
||||
return <div className='dark:bg-gray-900 bg-white'>
|
||||
<nav className='text-gray-500 dark:text-gray-400 overflow-y-auto scroll-hidden p-2'>
|
||||
{toc.map((tocItem) => {
|
||||
const id = uuidToId(tocItem.id)
|
||||
|
||||
Reference in New Issue
Block a user