feat: light theme mode

This commit is contained in:
butterfly
2024-04-25 21:57:50 +08:00
parent bb7422c526
commit 59583e53bd
34 changed files with 335 additions and 174 deletions

View File

@@ -24,7 +24,7 @@ export default function Card(props: CardProps) {
{title}
</div>
)}
<div className={`px-4 py-1 rounded-lg bg-white ${className}`}>
<div className={`px-4 py-1 rounded-lg bg-card ${className}`}>
{children}
</div>
</>