Skip to content

Commit bd17318

Browse files
committed
run build script
1 parent 958d363 commit bd17318

File tree

3 files changed

+347
-77
lines changed

3 files changed

+347
-77
lines changed

packages/react-components/react-tooltip/stories/src/Tooltip/TooltipDefault.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SlideTextRegular } from '@fluentui/react-icons';
55
import type { TooltipProps } from '@fluentui/react-components';
66

77
export const Default = (props: Partial<TooltipProps>) => (
8-
<Tooltip content="Example tooltip" relationship="label" {...props}>
8+
<Tooltip visible={true} content="Example tooltip" relationship="label" {...props}>
99
<Button icon={<SlideTextRegular />} size="large" />
1010
</Tooltip>
1111
);

0 commit comments

Comments
 (0)