Skip to content

Commit

Permalink
Remove offset from SheetCloseButton
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Sep 18, 2023
1 parent 782ce38 commit 85458a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/share/swift/Views/SheetCloseButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ struct SheetCloseButton: View {
.frame(width: 24.0, height: 24.0)
}
.buttonStyle(PlainButtonStyle())
.offset(x: 10, y: 10)
}
}

0 comments on commit 85458a4

Please sign in to comment.