Skip to content

Commit

Permalink
fix: Remove 2 lines above and below the title on darkmode (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw authored May 2, 2024
2 parents f307638 + 4b21a61 commit ca67d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Views/Settings/SettingsOptionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct SettingsOptionView<OptionEnum>: View where OptionEnum: CaseIterable, Opti
}
}
.listStyle(.plain)
.environment(\.defaultMinListRowHeight, 1)
}
.background(MailResourcesAsset.backgroundColor.swiftUIColor)
.navigationBarTitle(title, displayMode: .inline)
Expand Down

0 comments on commit ca67d83

Please sign in to comment.