Skip to content

Commit

Permalink
chore: remove camera permission title
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Nov 28, 2023
1 parent 581f97c commit fe51273
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ struct CameraPermissionView: View {

var body: some View {
VStack(alignment: .leading) {
Text(LocalizedStrings.camera_permission_page_title)
.font(.system(size: 34, weight: .semibold))
.accessibilityAddTraits(.isHeader)
.padding()
Spacer()
VStack {
Text(LocalizedStrings.camera_permission_change_setting_header)
Expand Down

0 comments on commit fe51273

Please sign in to comment.