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 35417b9 commit 7df9a03Copy full SHA for 7df9a03
example/src/commonMain/kotlin/component/OtherComponent.kt
@@ -703,8 +703,8 @@ fun LazyListScope.otherComponent(
703
ColorPicker(
704
initialColor = selectedColor,
705
onColorChanged = { selectedColor = it },
706
- hapticEffect = SliderDefaults.SliderHapticEffect.Step,
707
- colorSpace = ColorSpace.OKLCH
+ colorSpace = ColorSpace.OKLCH,
+ showPreview = false
708
)
709
}
710
iosApp/iosApp/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0.5</string>
19
<key>CFBundleVersion</key>
20
- <string>596</string>
+ <string>597</string>
21
<key>LSRequiresIPhoneOS</key>
22
<true/>
23
<key>CADisableMinimumFrameDurationOnPhone</key>
0 commit comments