Skip to content

Commit 4078958

Browse files
author
Alexander Kraev
committed
no message
1 parent 747c803 commit 4078958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/iOS/ExampleView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ExampleView: View {
2828
Text("Full swiped example")
2929
.font(.largeTitle)
3030

31-
Text("destructive full swipe role")
31+
Text("destructive swipe role ⬇️")
3232
.font(.title)
3333

3434
ScrollView {
@@ -110,7 +110,7 @@ struct ExampleView: View {
110110
Alert(title: Text(selectedAction), dismissButton: .cancel())
111111
}
112112

113-
Text("Non-destructive full swipe role")
113+
Text("non-destructive swipe role ⬇️")
114114
.font(.title)
115115
ScrollView {
116116
VStack(spacing: 0) {

0 commit comments

Comments
 (0)