Skip to content

Commit 41e4104

Browse files
committed
fix: background
1 parent 63699b2 commit 41e4104

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/download/components/download-page-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function DownloadPageClient() {// 使用 download 命名空间
121121
return (
122122
<main className="min-h-screen z-10">
123123
{/* Hero Section */}
124-
<section className="py-20 bg-gradient-to-b from-background to-muted">
124+
<section className="py-20 bg-linear-to-b from-background/30 to-muted/30">
125125
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center">
126126
<div className="flex items-center justify-center mb-6">
127127
<h1 className="text-4xl font-bold text-foreground sm:text-5xl md:text-6xl">

components/ui/background-grid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ export default function BackgroundGrid() {
1717
}
1818

1919

20+

0 commit comments

Comments
 (0)