Update pagination buttons to use a new gradient style

Refactor pagination button styles across multiple pages to utilize a new `gradient-primary` class for a consistent, visually appealing design.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
sebastjanartic 2025-09-01 21:12:18 +00:00
parent da1cfb8145
commit 812175305f
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -246,7 +246,7 @@ export default function FolxStadlPage() {
size="sm"
onClick={() => setCurrentPage(pageNum)}
className={currentPage === pageNum
? "bg-gradient-to-r from-cyan-400 to-purple-500 text-white"
? "gradient-primary text-white border-none shadow-lg"
: "border-white/20 text-white hover:bg-white/10"
}
>

View File

@ -247,7 +247,7 @@ export default function GeschichteLiedPage() {
size="sm"
onClick={() => setCurrentPage(pageNum)}
className={currentPage === pageNum
? "bg-white text-black hover:bg-white/90"
? "gradient-primary text-white border-none shadow-lg"
: "border-white/20 text-white hover:bg-white/10"
}
>

View File

@ -247,7 +247,7 @@ export default function GipfelstammtischPage() {
size="sm"
onClick={() => setCurrentPage(pageNum)}
className={currentPage === pageNum
? "bg-white text-black hover:bg-white/90"
? "gradient-primary text-white border-none shadow-lg"
: "border-white/20 text-white hover:bg-white/10"
}
>