Skip to content

Commit 33c9c9a

Browse files
committed
refactor: update Popover import in ColorPicker demo
1 parent f64d653 commit 33c9c9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/showcase/demo/styled/colorpicker/popover-demo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function PopoverDemo() {
1515
</Popover.Trigger>
1616
<Popover.Portal>
1717
<Popover.Positioner sideOffset={12} side="left" align="start">
18-
<Popover.Content className="w-72 p-3 space-y-3">
18+
<Popover.Popup className="w-72 p-3 space-y-3">
1919
<Popover.Arrow />
2020
<ColorPicker.Area>
2121
<ColorPicker.AreaBackground />
@@ -37,7 +37,7 @@ function PopoverDemo() {
3737
<EyeDropper />
3838
</ColorPicker.EyeDropper>
3939
</div>
40-
</Popover.Content>
40+
</Popover.Popup>
4141
</Popover.Positioner>
4242
</Popover.Portal>
4343
</Popover.Root>

0 commit comments

Comments
 (0)