Skip to content

Commit

Permalink
fix: Remove 2 lines above and below the title on darkmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed May 2, 2024
1 parent f307638 commit 4b21a61
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 4b21a61

Please sign in to comment.