Skip to content

Commit 0e6ac7e

Browse files
committed
chore: pnpm lock
1 parent d51c6c8 commit 0e6ac7e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

components/editor/control-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const ControlSection = ({ title, children, expanded = false, className }: Contro
1515
toggleExpanded: () => setIsExpanded((prev) => !prev),
1616
}}
1717
>
18-
<div id={id} className={cn("mb-4 overflow-hidden rounded-lg border", className)}>
18+
<div className={cn("mb-4 overflow-hidden rounded-lg border", className)}>
1919
<div
2020
className="bg-background hover:bg-muted flex cursor-pointer items-center justify-between p-3"
2121
onClick={() => setIsExpanded(!isExpanded)}

components/editor/shadow-control.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const ShadowControl: React.FC<ShadowControlProps> = ({
2525
<div className="space-y-4">
2626
<div>
2727
<ColorPicker
28-
name="shadow-color"
2928
color={shadowColor}
3029
onChange={(color) => onChange("shadow-color", color)}
3130
label="Shadow Color"

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)