Skip to content

Commit 061c4d1

Browse files
committed
cleanup, tint tip icon red
1 parent 35147f3 commit 061c4d1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

swift-paperless/Views/Settings/SettingsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ struct SettingsView: View {
115115
TipJarView()
116116
} label: {
117117
Label(localized: .settings(.tipJarTitle), systemImage: "heart.fill")
118+
.labelStyle(.iconTint(.red))
118119
}
119120

120121
NavigationLink {

swift-paperless/Views/Settings/TipJarView.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@ struct TipJarView: View {
155155
message: { alert in
156156
Text(alert.message)
157157
})
158-
159-
// .alert(item: $store.alert) { alert in
160-
// Alert(
161-
// title: Text(alert.title),
162-
// message: Text(alert.message),
163-
// dismissButton: .default(Text(.localizable(.ok))))
164-
// }
165158
}
166159

167160
@ViewBuilder

0 commit comments

Comments
 (0)