nun Ohne Tailwind

This commit is contained in:
rxf
2026-03-12 09:11:43 +01:00
parent a949ebcdc8
commit 0faa144e4f
8 changed files with 204 additions and 694 deletions

View File

@@ -15,7 +15,7 @@ export default function LogoutButton({ className, children }: LogoutButtonProps)
return (
<button
onClick={handleLogout}
className={className || 'px-4 py-2 bg-red-600 hover:bg-red-700 text-white rounded-lg transition-colors'}
className={className || 'btn-logout'}
>
{children || 'Abmelden'}
</button>