mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
🎨 Incorporated more shadcn components and improved colour branding.
This commit is contained in:
@@ -46,7 +46,7 @@ const EventDescription: React.FC<EventDescriptionProps> = ({
|
||||
</h1>
|
||||
<Badge
|
||||
variant="outline"
|
||||
className="text-blue-600 bg-blue-100 px-3 py-1 rounded-full"
|
||||
className="text-light-purple bg-blue-100 px-3 py-1 rounded-full"
|
||||
>
|
||||
Price: ${eventDetails.ticketPrice.toFixed(2)}
|
||||
</Badge>
|
||||
@@ -74,7 +74,8 @@ const EventDescription: React.FC<EventDescriptionProps> = ({
|
||||
<CardFooter className="flex flex-col md:flex-row items-center justify-between space-y-4 md:space-y-0">
|
||||
<Button
|
||||
variant="default"
|
||||
className="w-full md:w-auto bg-gradient-to-r from-blue-500 to-purple-600 text-white font-semibold rounded-lg hover:from-blue-600 hover:to-purple-700"
|
||||
// className="w-full md:w-auto bg-gradient-to-r from-blue-500 to-purple-600 text-white font-semibold rounded-lg hover:from-blue-600 hover:to-purple-700"
|
||||
className="w-full md: w-auto px-4 py-2 text-left hover:bg-purple hover:bg-opacity-75"
|
||||
onClick={handleBuyNow}
|
||||
>
|
||||
Buy now Using MetaMask
|
||||
|
||||
Reference in New Issue
Block a user