Skip to content

Commit 7d136dc

Browse files
committed
Kotlin 2.3.20-Beta1
1 parent 4bc43bf commit 7d136dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/iosApp/Gradient/GradientScreenSwift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private struct GradientView: View {
2121
endPoint: .bottomTrailing
2222
)
2323
)
24-
.animation(.easeInOut(), value: colors)
24+
.animation(.easeInOut(duration: 0.2), value: colors)
2525

2626
ButtonView(onClick: { colors = getRandomColors() })
2727
}

sample/shared/src/iosMain/kotlin/com/sample/shared/Screens.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ internal fun GradientScreenSwift(controller: UIViewController) {
7474
factory = { controller },
7575
modifier = Modifier.fillMaxSize()
7676
)
77-
}
77+
}

0 commit comments

Comments
 (0)