mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 11:40:02 +08:00
fix: nav ui bug
This commit is contained in:
parent
7a16c88092
commit
5bbc004f55
@ -37,7 +37,7 @@ const Nav = ({
|
||||
<Link href={link}>
|
||||
<div
|
||||
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]
|
||||
${isActived ? 'text-[#1C64F2]' : 'text-gray-500 hover:bg-gray-200'}
|
||||
${curNav && isActived && 'hover:bg-[#EBF5FF]'}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user