Add tooltip to Refresh button

This commit is contained in:
Nindi Gill 2023-06-08 17:50:44 +10:00
parent dbf1597157
commit e0277de53f
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -109,6 +109,7 @@ struct ContentView: View {
Label("Refresh", systemImage: "arrow.clockwise") Label("Refresh", systemImage: "arrow.clockwise")
.foregroundColor(.accentColor) .foregroundColor(.accentColor)
} }
.help("Refresh")
} }
.searchable(text: $searchString) .searchable(text: $searchString)
.sheet(isPresented: $refreshing) { .sheet(isPresented: $refreshing) {