summaryrefslogtreecommitdiff
path: root/src/core/components/elements
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-26 15:10:59 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-26 15:10:59 +0700
commitde5ef26bb1017540969f8847016193f7e1933ee1 (patch)
treef78223e275de072c57122727300fc72e9adf7240 /src/core/components/elements
parent1f20fafef46b4eecaf0dd1b91592f3214e8144d3 (diff)
transaction detail
Diffstat (limited to 'src/core/components/elements')
-rw-r--r--src/core/components/elements/Popup/BottomPopup.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Popup/BottomPopup.jsx b/src/core/components/elements/Popup/BottomPopup.jsx
index 95c75473..c244330c 100644
--- a/src/core/components/elements/Popup/BottomPopup.jsx
+++ b/src/core/components/elements/Popup/BottomPopup.jsx
@@ -49,8 +49,8 @@ const BottomPopup = ({ children, active = false, title, close }) => {
<DesktopView>
<motion.div
initial={{ bottom: '35%', opacity: 0 }}
- animate={{ bottom: '50%', opacity: 1 }}
- exit={{ bottom: '35%', opacity: 0 }}
+ animate={{ bottom: '30%', opacity: 1 }}
+ exit={{ bottom: '25%', 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'
>