Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c41f4ae9f9 | ||
|
|
061add06aa | ||
|
|
f73b46178f | ||
|
|
52ef3b96da |
@@ -27,6 +27,7 @@ export function NavLink({ href, icon, label, onClick, className }: NavLinkProps)
|
|||||||
className={`
|
className={`
|
||||||
relative flex items-center gap-2 rounded-full py-2 px-4
|
relative flex items-center gap-2 rounded-full py-2 px-4
|
||||||
transition-all duration-200 ease-in-out
|
transition-all duration-200 ease-in-out
|
||||||
|
focus:outline-none focus:ring-2 focus:ring-zinc-600 focus:ring-offset-2 focus:ring-offset-zinc-950
|
||||||
${isActive ? 'text-white bg-zinc-700/60' : 'text-zinc-400 hover:text-white hover:bg-zinc-800/30'}
|
${isActive ? 'text-white bg-zinc-700/60' : 'text-zinc-400 hover:text-white hover:bg-zinc-800/30'}
|
||||||
${className || ''}
|
${className || ''}
|
||||||
`}
|
`}
|
||||||
|
|||||||
Reference in New Issue
Block a user