add success haptic and indentation

This commit is contained in:
neon443
2025-06-15 21:24:15 +01:00
parent 5ec16dd67a
commit e4107a2faa
2 changed files with 11 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ struct ContentView: View {
@State private var showAddEventView: Bool = false
@State private var symbolSearchInput: String = ""
var body: some View {
var body: some View {
NavigationSplitView {
List {
NavigationLink {
@@ -77,7 +77,7 @@ struct ContentView: View {
Label("New", systemImage: "plus")
}
}
}
}
}
#Preview {