Skip to content

Commit 0ef6aba

Browse files
author
Your Name
committed
fix(ui): remove import page gradient that leaked across route navigations
1 parent a695769 commit 0ef6aba

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

frontend/app/import/spotify/page.tsx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -366,20 +366,8 @@ function SpotifyImportPageContent() {
366366

367367

368368
return (
369-
<div className="min-h-screen relative">
370-
{/* Quick gradient fade - yellow to purple like home page */}
371-
<div className="absolute inset-0 pointer-events-none">
372-
<div
373-
className="absolute inset-0 bg-linear-to-b from-[#ecb200]/15 via-purple-900/10 to-transparent"
374-
style={{ height: "35vh" }}
375-
/>
376-
<div
377-
className="absolute inset-0 bg-[radial-gradient(ellipse_at_top_right,var(--tw-gradient-stops))] from-[#ecb200]/8 via-transparent to-transparent"
378-
style={{ height: "25vh" }}
379-
/>
380-
</div>
381-
382-
<div className="relative max-w-3xl mx-auto px-6 py-6">
369+
<div className="min-h-screen">
370+
<div className="max-w-3xl mx-auto px-6 py-6">
383371
{/* Header */}
384372
<div className="flex items-center gap-4 mb-6">
385373
<button

0 commit comments

Comments
 (0)