diff --git a/src/app/(home)/@header/_client/navs.tsx b/src/app/(home)/@header/_client/navs.tsx index 7f8e8a5..925b206 100644 --- a/src/app/(home)/@header/_client/navs.tsx +++ b/src/app/(home)/@header/_client/navs.tsx @@ -45,7 +45,7 @@ export function MenuItem(props: { `h-full px-4 flex gap-3 items-center cursor-pointer text-lg`, `transition-colors duration-200 ease-in-out`, props.active - ? `text-blue-500` + ? `lg:text-blue-500` : ``, ].join(' ')} > @@ -66,7 +66,7 @@ export function MenuItem(props: { `absolute bottom-0 w-full h-0.5 pointer-events-none`, `transition-colors duration-200`, props.active - ? `bg-blue-500` + ? `lg:bg-blue-500` : 'bg-transparent', ].join(' ')}/> diff --git a/src/app/(home)/@header/_client/product.tsx b/src/app/(home)/@header/_client/product.tsx index e3e1c85..94a59e2 100644 --- a/src/app/(home)/@header/_client/product.tsx +++ b/src/app/(home)/@header/_client/product.tsx @@ -68,7 +68,7 @@ export function Domestic(props: {}) { active={currentType === 'fixed'} /> -