Skip to content

Commit

Permalink
fix vaul modal
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Jan 14, 2024
1 parent c0481f2 commit ebd8b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Modal({ show, title, children, onHide, someRef }: ModalP
) : (
<Drawer open={show}>
<DrawerOverlay onClick={onHide} />
<DrawerContent className="text-primary relative z-20">
<DrawerContent className="text-primary">
<DrawerHeader className="text-left">
<DrawerTitle>{title}</DrawerTitle>
</DrawerHeader>
Expand Down

1 comment on commit ebd8b1a

@vercel
Copy link

@vercel vercel bot commented on ebd8b1a Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.