[feat] adapt steam store + adjust dark mode styles
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user