chore: change the bg of newsletter card

This commit is contained in:
javayhu 2025-04-14 23:49:39 +08:00
parent df3d3a3caf
commit 5cca961668

View File

@ -7,7 +7,7 @@ export function NewsletterCard() {
const t = useTranslations('Newsletter');
return (
<div className="w-full px-4 py-8 md:p-16 bg-muted rounded-lg">
<div className="w-full px-4 py-8 md:p-16 rounded-lg bg-muted/50">
<div className="flex flex-col items-center justify-center gap-8">
{/* Header */}
<div className="space-y-4">