Unverified Commit 659c3e7a authored by Yuhao's avatar Yuhao Committed by GitHub

fix: nav ui bug (#191)

Co-authored-by: 's avataryuhao1118 <yuhao1118@bytedance.net>
parent 7a16c880
...@@ -37,7 +37,7 @@ const Nav = ({ ...@@ -37,7 +37,7 @@ const Nav = ({
<Link href={link}> <Link href={link}>
<div <div
className={classNames(` className={classNames(`
flex items-center h-8 pl-2.5 pr-2 flex items-center h-7 pl-2.5 pr-2
font-semibold cursor-pointer rounded-[10px] font-semibold cursor-pointer rounded-[10px]
${isActived ? 'text-[#1C64F2]' : 'text-gray-500 hover:bg-gray-200'} ${isActived ? 'text-[#1C64F2]' : 'text-gray-500 hover:bg-gray-200'}
${curNav && isActived && 'hover:bg-[#EBF5FF]'} ${curNav && isActived && 'hover:bg-[#EBF5FF]'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment