Change button color

This commit is contained in:
2026-05-06 23:07:54 +03:00
parent 376e9e7f28
commit 023248e514
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ function TicketCard({
</ul>
<Link href={buttonHref} target="_blank">
<button
className={`px-4 py-2 bg-[#007CAB] hover:bg-[#00A3E0] text-black cursor-pointer ${vipnagorgialla.className} font-bold italic uppercase transition`}
className={`px-4 py-2 bg-[#00A3E0] hover:bg-[#E5E5EE] text-[#0A121F] cursor-pointer ${vipnagorgialla.className} font-bold italic uppercase transition`}
>
{buttonText}
</button>