Skip to content

Commit

Permalink
Merge branch 'fix-offset-button-for-privacy-policy-ios-924'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Nov 7, 2024
2 parents d27c492 + 65327aa commit cbf3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MullvadVPN/Views/LinkButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LinkButton: CustomButton {
private func commonInit() {
imageAlignment = .trailing
contentHorizontalAlignment = .leading

configuration?.contentInsets = .zero
accessibilityTraits.insert(.link)
}

Expand Down

0 comments on commit cbf3ed8

Please sign in to comment.