From 2c05087b4284e99427ffc8e19f1572c55b2bfe96 Mon Sep 17 00:00:00 2001 From: rikhisingh Date: Fri, 10 May 2024 22:53:35 -0400 Subject: [PATCH] fixed styling build issue --- src/components/transitionProvider.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/transitionProvider.jsx b/src/components/transitionProvider.jsx index 876619c..8ee316a 100644 --- a/src/components/transitionProvider.jsx +++ b/src/components/transitionProvider.jsx @@ -11,9 +11,13 @@ const TransitionProvider = ({ children }) => {
{/* */} - + {/* */} + { className="h-screen w-screen fixed bg-black rounded-t-[100px] bottom-0 z-30" initial={{ height: "140vh" }} animate={{ height: "0vh", transition: { delay: 0.5 } }} - /> + />