🎨 Incorporated more shadcn components and improved colour branding.

This commit is contained in:
sid
2024-10-27 07:31:05 +00:00
parent 2c31807231
commit b150c85ced
2 changed files with 20 additions and 16 deletions

View File

@@ -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