diff --git a/src/containers/NavigationMobile/index.tsx b/src/containers/NavigationMobile/index.tsx index 8a6e535..32352cb 100644 --- a/src/containers/NavigationMobile/index.tsx +++ b/src/containers/NavigationMobile/index.tsx @@ -11,8 +11,12 @@ import { } from '../Navigation/types'; import { NormalText } from '../../common/typography/types'; import { useHamburgerTween, useAnimateNav } from '../../hooks'; -import 'twin.macro'; +import tw, {styled} from 'twin.macro'; +const NavLinksBackdropFilter = styled.div` + ${tw`absolute top-0 right-0 w-full h-full z-[795] transition-wega-nav backdrop-opacity-[1] backdrop-blur-[15px] rounded-[5px]`} + -webkit-backdrop-filter: blur(15px); +` export const NavigationMobile = () => { const close = 1, open = 0; const mobileLinksContainerRef = useRef(null); @@ -69,8 +73,8 @@ export const NavigationMobile = () => { Play Beta -
-
+ + {/*
*/}