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:
parent
da1cfb8145
commit
812175305f
BIN
attached_assets/image_1756761041473.png
Normal file
BIN
attached_assets/image_1756761041473.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@ -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"
|
||||
}
|
||||
>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user