Skip to content

Commit

Permalink
v1 shipping for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
git-create-devben committed Aug 2, 2024
1 parent 7e7991e commit 3bdd750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/booking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function Booking({
<Dialog>
<DialogTrigger asChild>
<Button className="bg-blue-400 rounded-full p-6 hover:bg-blue-300 text-black border-none outline-none">
Booking
Book Now
</Button>
</DialogTrigger>
<DialogContent className="sm:max-w-md bg-[#1e1f20] border-none text-white">
Expand Down Expand Up @@ -213,7 +213,7 @@ export function Booking({
<Drawer open={open} onOpenChange={setOpen}>
<DrawerTrigger asChild>
<Button className="bg-blue-400 rounded-full p-6 hover:bg-blue-300 text-black border-none outline-none">
Book
Book Now
</Button>
</DrawerTrigger>
<DrawerContent className="p-4 bg-[#1e1f20] text-white border-none">
Expand Down
2 changes: 1 addition & 1 deletion components/bookingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function BookingForm() {
onClose={() => setOpened(false)}
title="Booking Form"
padding="xl"
size="25%"
// size="25%"
styles={{
content: {
backgroundColor: '#000'
Expand Down

0 comments on commit 3bdd750

Please sign in to comment.