Skip to content

Commit b362cd4

Browse files
committed
Make list styles plain.
1 parent 22bc924 commit b362cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/ArcGISToolkit/Components/Popups/EmbeddedPopupView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ extension EmbeddedPopupView {
131131
.listRowInsets(.toolkitDefault)
132132
#endif
133133
}
134-
.listStyle(.inset)
134+
.listStyle(.plain)
135135
}
136136
}
137137
}

Sources/ArcGISToolkit/Components/Popups/UtilityAssociationsPopupElementView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private struct UtilityAssociationsFilterResultLink: View {
143143
.listRowInsets(.toolkitDefault)
144144
#endif
145145
}
146-
.listStyle(.inset)
146+
.listStyle(.plain)
147147
.navigationTitle(filterResult.filter.displayTitle, subtitle: popupTitle)
148148
.navigationBarTitleDisplayMode(.inline)
149149
.popupViewToolbar()
@@ -254,7 +254,7 @@ private struct SearchUtilityAssociationResultsView: View {
254254
.listRowInsets(.toolkitDefault)
255255
#endif
256256
}
257-
.listStyle(.inset)
257+
.listStyle(.plain)
258258
.searchable(
259259
text: $text,
260260
placement: .navigationBarDrawer(displayMode: .always),

0 commit comments

Comments
 (0)