Fix for tvOS

This commit is contained in:
世界
2025-11-27 18:55:10 +08:00
parent 0bfb6d2516
commit 22de256d13
4 changed files with 155 additions and 104 deletions
@@ -128,7 +128,6 @@ public func FormNavigationLink(@ViewBuilder destination: () -> some View, @ViewB
.toolbar {
ToolbarItemGroup(placement: .topBarLeading) {
BackButton()
.tint(.accentColor)
}
}
}, label: label)