Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Feb 16, 2024
1 parent a7765cb commit 15ab8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return <>
</button>
{showModal && (
<div className="fixed z-[999999999] w-full h-full overflow-auto bg-[rgba(0,0,0,0.16)] left-0 top-0 //animate-scale-in-center">
<div className="bg-[#000000] border w-[30%] h-[30%] mx-auto my-[15%] p-5 border-solid border-[#888] rounded-xl">
<div className="bg-[#000000] border lg:w-[30%] w-[90%] h-[90%] lg:h-[30%] mx-auto my-[15%] p-5 border-solid border-[#888] rounded-xl">
<span className="text-[#aaa] float-right text-[28px] font-[bold] no-underline cursor-pointer" onClick={handleButtonClick}>×</span>
<p class="text-white">text message</p>
</div>
Expand Down

0 comments on commit 15ab8d2

Please sign in to comment.