From e7187d7f12de95c972f73fee145c35ab2a126b68 Mon Sep 17 00:00:00 2001 From: Brody Roberts Date: Wed, 17 Jun 2026 13:42:24 -0700 Subject: [PATCH] Supports TextFields --- Sources/FlowStack/FlowTransition.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FlowStack/FlowTransition.swift b/Sources/FlowStack/FlowTransition.swift index ad3f69c..d4ae94c 100644 --- a/Sources/FlowStack/FlowTransition.swift +++ b/Sources/FlowStack/FlowTransition.swift @@ -213,7 +213,7 @@ extension AnyTransition { ) .opacity(context.anchor == nil ? percent : 1) } - .ignoresSafeArea(.container, edges: .all) + .ignoresSafeArea(.all, edges: .all) } } }