summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrisusilo <tri.susilo@altama.co.id>2023-12-14 08:46:22 +0000
committertrisusilo <tri.susilo@altama.co.id>2023-12-14 08:46:22 +0000
commit3ad43247632832ffcb1494b6005ae16cec567e41 (patch)
tree06ff016fdea7a166598fb9d01cf3b2bd45086872
parent1e625b63361043cb32c23d7cb6160ddf548c0c0d (diff)
parent700c0d0537e5eb4c8acb6cc372dac160a2026a33 (diff)
Merged in Feature/popup_information (pull request #123)
feback popup information di mobile
-rw-r--r--src-migrate/common/components/elements/Modal.tsx4
-rw-r--r--src-migrate/modules/popup-information/index.tsx2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-migrate/common/components/elements/Modal.tsx b/src-migrate/common/components/elements/Modal.tsx
index 9c5c73ce..b8491d2f 100644
--- a/src-migrate/common/components/elements/Modal.tsx
+++ b/src-migrate/common/components/elements/Modal.tsx
@@ -72,8 +72,8 @@ const Modal = ({
{title}
</div>
{close && (
- <button className="rounded-full h-10 w-10 flex justify-center bg-white" type='button' onClick={close}>
- <XMarkIcon className='w-5 stroke-2' />
+ <button className="rounded-full h-10 w-10 flex justify-center items-center bg-white" type='button' onClick={close}>
+ <XMarkIcon className='w-5 h-5 ' />
</button>
)}
</div>
diff --git a/src-migrate/modules/popup-information/index.tsx b/src-migrate/modules/popup-information/index.tsx
index 96e82e1d..cd1fd5f2 100644
--- a/src-migrate/modules/popup-information/index.tsx
+++ b/src-migrate/modules/popup-information/index.tsx
@@ -24,7 +24,7 @@ const PagePopupInformation = () => {
close={() => setActive(false)}
mode='desktop'
>
- <div className='w-[400px] md:w-[530px] '>
+ <div className='w-[350px] md:w-[530px] '>
<Link href={'/register'}>
<PageContent path='/onbording-popup' />
</Link>