We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66611cf commit 0ac9642Copy full SHA for 0ac9642
compose/snippets/src/main/java/com/example/compose/snippets/components/SwipeToDismissBox.kt
@@ -62,7 +62,7 @@ fun SwipeToDismissBoxExamples() {
62
) {
63
Text("Swipe to dismiss with change of background", fontWeight = FontWeight.Bold)
64
SwipeItemExample()
65
- Text("Swipe to dismiss with a cross-fade animation", fontWeight = FontWeight.Bold)
+ Text("Swipe to dismiss with a cross-fde animation", fontWeight = FontWeight.Bold)
66
SwipeCardItemExample()
67
}
68
0 commit comments