summaryrefslogtreecommitdiff
path: root/src-migrate/common
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-14 15:44:15 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-12-14 15:44:15 +0700
commit700c0d0537e5eb4c8acb6cc372dac160a2026a33 (patch)
tree06ff016fdea7a166598fb9d01cf3b2bd45086872 /src-migrate/common
parentf22762cb1f2e7cb93bc839de03315c892d29d8ba (diff)
feback popup information di mobile
Diffstat (limited to 'src-migrate/common')
-rw-r--r--src-migrate/common/components/elements/Modal.tsx4
1 files changed, 2 insertions, 2 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>