Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfreeman committed Nov 18, 2022
1 parent 84c58e6 commit ae562a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Flipper/Packages/UI/Sources/Archive/Info/InfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ struct InfoView: View {
}
InfoButton(
image: "Share",
title: "Share",
action: { viewModel.share() }
)
title: "Share"
) {
viewModel.share()
}
.foregroundColor(.primary)
InfoButton(
image: "Delete",
Expand Down

0 comments on commit ae562a5

Please sign in to comment.