Update SideRight.js

fix the sideright bug of latest posts
This commit is contained in:
Jiaxin Peng
2023-07-21 18:56:45 +01:00
committed by GitHub
parent 3d2db37d06
commit 1d85f099b0

View File

@@ -48,7 +48,7 @@ export default function SideRight(props) {
<TouchMeCard />
{/* 最新文章列表 */}
<div className={'border dark:border-gray-700 rounded-xl lg:p-6 p-4 hidden lg:block bg-white'}>
<div className={'border dark:border-gray-700 dark:bg-[#1e1e1e] dark:text-white rounded-xl lg:p-6 p-4 hidden lg:block bg-white'}>
<LatestPostsGroupMini {...props} />
</div>