style: 修改首页卡片色适配主题

This commit is contained in:
bietiaop
2025-02-09 12:28:57 +08:00
parent 2ddafc9487
commit 025b839da0
3 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ const DashboardIndexPage: React.FC = () => {
<SystemStatusCard setArchInfo={setArchInfo} />
</div>
<Networks />
<Card className="bg-opacity-60 shadow-sm shadow-primary-50">
<Card className="bg-opacity-60 shadow-sm shadow-primary-100">
<CardBody>
<Hitokoto />
</CardBody>