Skip to content

Commit

Permalink
Fix content inset for link button
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii committed Nov 7, 2024
1 parent d27c492 commit 65327aa
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 65327aa

Please sign in to comment.