summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-31 16:39:25 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-31 16:39:25 +0700
commit0de043b180c1529b2d57d900523eece703e543a2 (patch)
tree47990d05913b5517c7fd9e59e22bfe92b8714018 /src/core/components/elements
parent8c97d9f88c52e625f32d64c94718b5808e9c4dca (diff)
cart, product
Diffstat (limited to 'src/core/components/elements')
-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 5e9f68c7..4fd17ed0 100644
--- a/src/core/components/elements/Popup/BottomPopup.jsx
+++ b/src/core/components/elements/Popup/BottomPopup.jsx
@@ -53,7 +53,7 @@ const BottomPopup = ({ children, active = false, title, close }) => {
animate={{ bottom: '50%', opacity: 1 }}
exit={{ bottom: '45%', opacity: 0 }}
transition={transition}
- className='fixed left-1/2 -translate-x-1/2 w-2/5 border border-gray_r-6 rounded-xl z-[60] p-4 pt-0 bg-white'
+ className='fixed left-1/2 -translate-x-1/2 translate-y-1/2 w-2/5 border border-gray_r-6 rounded-xl z-[60] p-4 pt-0 bg-white'
>
<div className='flex justify-between py-4'>
<div className='font-semibold text-h-sm'>{title}</div>