Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr authored and PhilippeWeidmann committed Jul 12, 2024
1 parent 9c0aa2a commit d0f11d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Mail/Views/Thread/SuperCollapsedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ struct SuperCollapsedView: View {
}
.frame(height: 8)

Button {
action()
} label: {
Button(action: action) {
Text(MailResourcesStrings.Localizable.superCollapsedBlock(count))
.textStyle(.bodyAccent)
.padding(.vertical, 10)
.padding(.horizontal, 20)
.padding(.vertical, UIPadding.small)
.padding(.horizontal, UIPadding.medium)
.frame(minHeight: 40)
.background(
RoundedRectangle(cornerRadius: 16)
.strokeBorder(MailResourcesAsset.textFieldColor.swiftUIColor, lineWidth: 1)
Expand Down

0 comments on commit d0f11d0

Please sign in to comment.