Skip to content

Commit 66fe546

Browse files
guidarikennylam
andauthored
fix: fixed story (#18860)
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
1 parent f4ce608 commit 66fe546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/components/Tooltip/Tooltip.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ export default {
5151
],
5252
};
5353

54-
export const Default = () => {
54+
export const Default = (args) => {
5555
const label =
5656
'Occasionally, services are updated in a specified time window to ensure no down time for customers.';
5757
return (
58-
<Tooltip align="bottom" label={label} closeOnActivation={false}>
58+
<Tooltip label={label} closeOnActivation={false} {...args}>
5959
<button className="sb-tooltip-trigger" type="button">
6060
<Help />
6161
</button>

0 commit comments

Comments
 (0)