refactor(shadow): introduce shadow-card utility and extend tailwind-merge
This commit is contained in:
@@ -4,7 +4,7 @@ export default function PrivacyPage() {
|
||||
return (
|
||||
<div className="container mx-auto max-w-3xl px-4 py-8 space-y-6">
|
||||
<h1 className="text-2xl font-bold tracking-tighter leading-tight">隐私政策摘要</h1>
|
||||
<Card className="hover:shadow-[var(--shadow-card)]">
|
||||
<Card className="hover:shadow-card-hover">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-base">数据使用范围</CardTitle>
|
||||
</CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user