Skip to content

Commit

Permalink
feat: add red accent color everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 15, 2021
1 parent e52b1db commit 45629ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firstfm/FirstfmApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ struct FirstfmApp: App {
WindowGroup {
TabView {
ContentView()
}.environmentObject(auth)
}.accentColor(.red)
.environmentObject(auth)
}
}
}

0 comments on commit 45629ac

Please sign in to comment.