summaryrefslogtreecommitdiff
path: root/src/core/components/elements/Popup
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-03-28 09:22:13 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-03-28 09:22:13 +0700
commit8ca9069251873e87338f1c7f581b418bebb11e9a (patch)
tree12e651361cb667c768961932a99d0a253ffee4e7 /src/core/components/elements/Popup
parentfd2a6bcf2f17a6dbcbfb3ca04ebf2c4d66d43437 (diff)
parenta040418bdddd5fcaf8a8d67e0a66ea92fd16ee24 (diff)
Merge branch 'master' of https://bitbucket.org/altafixco/next-indoteknik
Diffstat (limited to 'src/core/components/elements/Popup')
-rw-r--r--src/core/components/elements/Popup/BottomPopup.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/components/elements/Popup/BottomPopup.jsx b/src/core/components/elements/Popup/BottomPopup.jsx
index c244330c..5828d222 100644
--- a/src/core/components/elements/Popup/BottomPopup.jsx
+++ b/src/core/components/elements/Popup/BottomPopup.jsx
@@ -48,9 +48,9 @@ const BottomPopup = ({ children, active = false, title, close }) => {
<DesktopView>
<motion.div
- initial={{ bottom: '35%', opacity: 0 }}
- animate={{ bottom: '30%', opacity: 1 }}
- exit={{ bottom: '25%', opacity: 0 }}
+ initial={{ bottom: '40%', opacity: 0 }}
+ animate={{ bottom: '35%', opacity: 1 }}
+ exit={{ bottom: '30%', 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'
>