Skip to content

Commit 7df9a03

Browse files
committed
example: fix OKLCH ColorPicker demo
1 parent 35417b9 commit 7df9a03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/src/commonMain/kotlin/component/OtherComponent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ fun LazyListScope.otherComponent(
703703
ColorPicker(
704704
initialColor = selectedColor,
705705
onColorChanged = { selectedColor = it },
706-
hapticEffect = SliderDefaults.SliderHapticEffect.Step,
707-
colorSpace = ColorSpace.OKLCH
706+
colorSpace = ColorSpace.OKLCH,
707+
showPreview = false
708708
)
709709
}
710710
}

iosApp/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0.5</string>
1919
<key>CFBundleVersion</key>
20-
<string>596</string>
20+
<string>597</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)