Skip to content

Commit 3eb27e7

Browse files
committed
fix: Reword for better clarification
1 parent 5d5c300 commit 3eb27e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mail/Views/Thread List/ThreadListCellContextMenu.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct ThreadListCellContextMenu: ViewModifier {
8282
toggleMultipleSelection: toggleMultipleSelection
8383
)
8484
}
85-
.modifier(controlGroupStyleCompactStyle())
85+
.modifier(controlGroupCompactStyle())
8686

8787
ActionButtonList(
8888
actions: actions.listActions,
@@ -108,7 +108,7 @@ struct ThreadListCellContextMenu: ViewModifier {
108108
}
109109
}
110110

111-
struct controlGroupStyleCompactStyle: ViewModifier {
111+
struct controlGroupCompactStyle: ViewModifier {
112112
func body(content: Content) -> some View {
113113
if #available(iOS 16.4, *) {
114114
content

0 commit comments

Comments
 (0)