refactor: adopt shared Input/Textarea components #101

Merged
chihlasm merged 9 commits from refactor/adopt-input-textarea into main 2026-03-09 20:12:22 +00:00
Showing only changes of commit dd10169255 - Show all commits

View File

@@ -14,7 +14,7 @@ export function ViewTransitionOutlet() {
const routeKey = segments.slice(0, 2).join('/') || '/'
return (
<div key={routeKey} className="animate-fade-in-up">
<div key={routeKey} className="h-full animate-fade-in-up">
<Outlet />
</div>
)