wip: Add Sagyobar pags

This commit is contained in:
Sol Irvine
2023-08-20 21:00:41 +09:00
parent 4eb26ba8e7
commit 6610077dca
14 changed files with 281 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ const AgeGateForm: FC<AgeGateFormProps> = ({ checkoutUrl, didCancel }) => {
leaveFrom="opacity-100"
leaveTo="opacity-0"
>
<Dialog.Overlay className="fixed inset-0 bg-dark bg-opacity-80 backdrop-blur-sm transition-opacity" />
<Dialog.Overlay className="fixed inset-0 bg-dark/80 backdrop-blur-sm transition-opacity" />
</Transition.Child>
{/* This element is to trick the browser into centering the modal contents. */}