Skip to content

Commit

Permalink
Fix donation button click area, header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Nov 26, 2024
1 parent ee08f3a commit e1bdbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Views/Buttons/SupportKiwixButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ struct SupportKiwixButton: View {
.padding(6)
#endif
}
.buttonStyle(BorderlessButtonStyle())
#if os(macOS)
.buttonStyle(BorderlessButtonStyle())
.padding()
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion Views/Payment/PaymentForm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct PaymentForm: View {
Spacer()
Text("payment.donate.title".localized)
.font(.title)
.padding()
.padding(.init(top: 12, leading: 0, bottom: 8, trailing: 0))
Spacer()
}
.overlay(alignment: .topTrailing) {
Expand Down

0 comments on commit e1bdbcd

Please sign in to comment.