Skip to content

Commit

Permalink
Fixes SwiftLint issues (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: gperissetcelteeka <[email protected]>
  • Loading branch information
sebastianricaldoni and gperissetcelteeka authored Sep 20, 2023
1 parent c15259a commit d1ce608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Balance/Diary/Views/HeaderMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ struct HeaderMenu: View {
Text("Back")
.foregroundColor(.white)
}
.accessibilityElement(children: .combine)
.accessibilityLabel("Back")
Text("Diary")
.font(.title.bold())
.foregroundColor(.white)
.frame(maxWidth: .infinity)
.offset(x: -32)
Image(systemName: "")
.foregroundColor(.white)
.accessibilityHidden(true)
}
.padding()
.frame(maxWidth: .infinity, alignment: .center)
Expand Down

0 comments on commit d1ce608

Please sign in to comment.