mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 07:26:46 +00:00
💅 微调颜色比例,固定夜间模式按钮
This commit is contained in:
@@ -31,7 +31,7 @@ const ShareButton = ({ post }) => {
|
||||
</div>
|
||||
<div
|
||||
ref={btnRef}
|
||||
className='border dark:bg-black bg-white px-4 py-3 cursor-pointer text-md hover:bg-blue-500 transform duration-200 hover:text-white hover:shadow'>
|
||||
className='border dark:border-gray-600 dark:bg-black bg-white px-4 py-3 cursor-pointer text-md hover:bg-blue-500 transform duration-200 hover:text-white hover:shadow'>
|
||||
<div className='dark:text-gray-200 fa fa-share-alt' title='share' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user