mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-27 23:16:52 +00:00
Merge branch 'main' into feat/theme-landing-2
This commit is contained in:
@@ -63,7 +63,7 @@ const LayoutBase = props => {
|
||||
// }, [onLoading])
|
||||
|
||||
return (
|
||||
<div id='theme-example' className='dark:text-gray-300 bg-white dark:bg-black'>
|
||||
<div id='theme-example' className={`${siteConfig('FONT_STYLE')} dark:text-gray-300 bg-white dark:bg-black scroll-smooth`} >
|
||||
|
||||
<Style/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user