Changed opacity to Damus on-brand grey. Removed unnecessary code.

This commit is contained in:
Ben Weeks
2023-01-08 00:20:43 +00:00
parent 4378397c4c
commit 9b236f9583
2 changed files with 13 additions and 2 deletions

View File

@@ -212,7 +212,6 @@ struct ContentView: View {
MainContent(damus: damus)
.toolbar() {
ToolbarItem(placement: .navigationBarLeading) {
let profile_model = ProfileModel(pubkey: damus_state!.pubkey, damus: damus_state!)
let followers_model = FollowersModel(damus_state: damus_state!, target: damus_state!.pubkey)
Button {