diff --git a/bun.lockb b/bun.lockb old mode 100755 new mode 100644 diff --git a/components/lib/(partials)/ModalComponent.tsx b/components/lib/(partials)/ModalComponent.tsx index 0ac05fa..ff71a83 100644 --- a/components/lib/(partials)/ModalComponent.tsx +++ b/components/lib/(partials)/ModalComponent.tsx @@ -1,4 +1,4 @@ -import React, { DetailedHTMLProps, HTMLAttributes } from "react"; +import React from "react"; import { twMerge } from "tailwind-merge"; import ReactDOM from "react-dom"; import Button from "../layout/Button"; @@ -25,6 +25,8 @@ export default function ModalComponent({ open, setOpen, ...props }: Props) { "flex flex-col items-center justify-center p-4", "twui-modal-root" )} + role="dialog" + aria-modal="true" >