Skip to content

Commit

Permalink
fix left edge inset
Browse files Browse the repository at this point in the history
  • Loading branch information
dlo committed Nov 10, 2024
1 parent 61c0f14 commit 8c9ba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ActivityIndicatorButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extension ActivityIndicatorButton: CustomButtonType {
public func startAnimating() {
activity.startAnimating()

contentEdgeInsets = .zero
contentEdgeInsets = UIEdgeInsets(top: 0, left: 30, bottom: 0, right: 0)
}

public func stopAnimating() {
Expand Down

0 comments on commit 8c9ba5d

Please sign in to comment.