Skip to content

Commit

Permalink
refactor(room-booking): refactor modal, improve styles, fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
evermake committed Oct 17, 2024
1 parent 0244987 commit b64ae93
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 458 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function Sidebar({ children }: React.PropsWithChildren) {
<div
className={clsx(
"fixed inset-0 flex transition-colors lgw-smh:hidden",
isOpened ? "visible z-[2] block bg-black/50" : "z-[-1] bg-black/0",
isOpened ? "visible z-[10] block bg-black/50" : "z-[-1] bg-black/0",
)}
onClick={() => setOpened(false)}
/>
Expand Down
271 changes: 0 additions & 271 deletions src/components/room-booking/BookModal.tsx

This file was deleted.

Loading

0 comments on commit b64ae93

Please sign in to comment.