style: adjust UI elements spacing and outline styles across components

This commit is contained in:
2025-10-16 14:41:17 +02:00
parent 2988ce5335
commit 10ca28b2ec
52 changed files with 345 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ export function NavLinks() {
<Link
key={label}
href={href}
className="relative -mx-3 -my-2 rounded-lg px-3 py-2 text-sm text-gray-700 transition-colors delay-150 hover:text-gray-900 hover:delay-0"
className="relative -mx-3 -my-2 rounded-lg px-3 py-2 text-sm leading-tight text-gray-700 transition-colors delay-150 hover:text-gray-900 hover:delay-0"
onMouseEnter={() => {
if (timeoutRef.current) {
window.clearTimeout(timeoutRef.current)