Skip to content

Commit

Permalink
Fix indentation on LegacyProductDetailPreviewView
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeichigo committed Sep 27, 2024
1 parent f49c12e commit 4f3768e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ struct LegacyProductDetailPreviewView: View {

// Feedback banner
FeedbackView(configuration: .init(title: Localization.feedbackQuestion,
backgroundColor: .init(uiColor: .init(light: .withColorStudio(.wooCommercePurple, shade: .shade0),
dark: .tertiarySystemBackground)),
onVote: { vote in
backgroundColor: .init(uiColor: .init(light: .withColorStudio(.wooCommercePurple, shade: .shade0),
dark: .tertiarySystemBackground)),
onVote: { vote in
withAnimation {
viewModel.handleFeedback(vote)
}
Expand Down

0 comments on commit 4f3768e

Please sign in to comment.