Skip to content

Commit

Permalink
fix: use sidebar listStyle to match acknow detail style
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 1, 2024
1 parent a6ee7b0 commit 33f944e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Easydict/Swift/View/AcknowListView/AcknowListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ struct AcknowListView: View {
var body: some View {
NavigationStack {
AcknowListSwiftUIView(acknowList: acknowList)
.listStyle(.sidebar)
}
.hideWindowToolbarBackground()
.thickMaterialWindowBackground()
Expand Down

0 comments on commit 33f944e

Please sign in to comment.