We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c0d82 commit d255fe7Copy full SHA for d255fe7
packages/components/src/components/Popover/Popover.mdx
@@ -63,7 +63,7 @@ import { Button, Popover } from '@koobiq/react-components';
63
<Popover.Header>Title</Popover.Header>
64
<Popover.Body>Content</Popover.Body>
65
<Popover.Footer>
66
- <Button onClick={close}>Close</Button>
+ <Button onPress={close}>Close</Button>
67
</Popover.Footer>
68
</>
69
)}
0 commit comments