summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Popup
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-07-24 15:33:17 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-07-24 15:33:17 +0700
commit2de322571bad7490baaf439fa2bb12124c646bb5 (patch)
treed7c4151eb2bf83b85cd0532d45dedd02aa06694e /src/core/components/elements/Popup
parent8b8ab7680be37e84d0dc6cc1683fe4996f7cc8c1 (diff)
parentd4f3cce1b07c5d4f75892ffc49c8dbbbbb58922f (diff)
Merge branch 'master' into CR/widget_WA
Diffstat (limited to 'src/core/components/elements/Popup')
-rw-r--r--src/core/components/elements/Popup/BottomPopup.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Popup/BottomPopup.jsx b/src/core/components/elements/Popup/BottomPopup.jsx
index 0f4088d4..829ff2a6 100644
--- a/src/core/components/elements/Popup/BottomPopup.jsx
+++ b/src/core/components/elements/Popup/BottomPopup.jsx
@@ -58,7 +58,7 @@ const BottomPopup = ({ children, active = false, title, close, className = '' })
className={`fixed left-1/2 -translate-x-1/2 translate-y-1/2 md:w-1/4 lg:w-1/3 border border-gray_r-6 rounded-xl z-[60] p-4 pt-0 bg-white max-h-[80vh] overflow-auto ${className}`}
>
<div className='flex justify-between py-4'>
- <div className='font-semibold text-h-sm'>{title}</div>
+ <div className='font-semibold text-title-sm'>{title}</div>
{close && (
<button type='button' onClick={close}>
<XMarkIcon className='w-5 stroke-2' />