[feat] adapt steam store + adjust dark mode styles

This commit is contained in:
Purp1e
2025-03-12 13:16:25 +08:00
parent 0c102dfd63
commit 91a003d016
9 changed files with 51 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ const CardTool = ({ children }: CardProps) => {
const CardBody = ({ children }: CardProps) => {
return (
<div className="w-full h-full text-sm tracking-wide text-zinc-800">
<div className="w-full h-full text-sm tracking-wide text-zinc-800 dark:text-white">
{children}
</div>
)