💅 微调颜色比例,固定夜间模式按钮

This commit is contained in:
tangly1024
2021-09-28 13:29:47 +08:00
parent 82c32e1b6f
commit 9871d136bd
9 changed files with 26 additions and 22 deletions

View File

@@ -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>