diff --git a/Assets.xcassets/AccentColor.colorset/Contents.json b/Assets.xcassets/AccentColor.colorset/Contents.json index 4b7689a..bcc79e2 100644 --- a/Assets.xcassets/AccentColor.colorset/Contents.json +++ b/Assets.xcassets/AccentColor.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0.576", - "green" : "0.557", - "red" : "0.557" + "blue" : "0.447", + "green" : "0.380", + "red" : "0.322" } }, "idiom" : "universal" diff --git a/ContentView.swift b/ContentView.swift index 18dff06..220f0ea 100644 --- a/ContentView.swift +++ b/ContentView.swift @@ -65,6 +65,19 @@ struct ContentView: View { } } .listStyle(.sidebar) + .navigationTitle(Text("Passwords Inspector")) + .navigationBarTitleDisplayMode(.inline) + .toolbar { + ToolbarItemGroup(placement: .principal) { + Label { + Text("Passwords Inspector") + } icon: { + Image(systemName: "key.viewfinder") + } + .labelStyle(.titleAndIcon) + .foregroundStyle(.tint, .tertiary) + } + } } content: { EmptyView() } detail: {