We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d653 commit 33c9c9aCopy full SHA for 33c9c9a
1 file changed
apps/showcase/demo/styled/colorpicker/popover-demo.tsx
@@ -15,7 +15,7 @@ function PopoverDemo() {
15
</Popover.Trigger>
16
<Popover.Portal>
17
<Popover.Positioner sideOffset={12} side="left" align="start">
18
- <Popover.Content className="w-72 p-3 space-y-3">
+ <Popover.Popup className="w-72 p-3 space-y-3">
19
<Popover.Arrow />
20
<ColorPicker.Area>
21
<ColorPicker.AreaBackground />
@@ -37,7 +37,7 @@ function PopoverDemo() {
37
<EyeDropper />
38
</ColorPicker.EyeDropper>
39
</div>
40
- </Popover.Content>
+ </Popover.Popup>
41
</Popover.Positioner>
42
</Popover.Portal>
43
</Popover.Root>
0 commit comments