File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const BottomNavigation = () => {
4949 ] ;
5050
5151 return (
52- < nav className = "fixed bottom-0 flex h-[56px] w-full max-w-[600px] bg-white" >
52+ < nav className = "fixed bottom-0 flex h-[56px] w-full max-w-[600px] bg-white [box-shadow:0px_-2px_6px_0px_var(--K50,#F5F5F5)] " >
5353 { navs . map ( ( nav ) => (
5454 < Link
5555 key = { nav . text }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type LayoutProps = {
1313const Layout = ( { children } : LayoutProps ) => {
1414 const { hideBottomNavigation } = useLayout ( ) ;
1515 return (
16- < div className = "mx-auto mb-[56px] w-full min-w-[360px] max-w-[600px] pt-[56px] " >
16+ < div className = "mx-auto mb-14 w-full min-w-[360px] max-w-[600px] pt-14 " >
1717 { children }
1818 { ! hideBottomNavigation && < BottomNavigation /> }
1919 </ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments