Skip to content

Commit bcb8741

Browse files
committed
Update publish-settings-menu.tsx
1 parent ad0f3a9 commit bcb8741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/snow-leopard/components/publish-settings-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export function PublishSettingsMenu({ document, user, onUpdate }: PublishSetting
358358
<div className="pt-2">
359359
<HuePicker
360360
color={textColor}
361-
onChangeComplete={(c) => setTextColor(c.hex)}
361+
onChange={(c) => setTextColor(c.hex)}
362362
width="100%"
363363
/>
364364
</div>

0 commit comments

Comments
 (0)