diff --git a/apps/vr-tests/src/stories/ButtonNext.stories.tsx b/apps/vr-tests/src/stories/ButtonNext.stories.tsx index 5fe2d9f86be16..e34ec74ba4d5b 100644 --- a/apps/vr-tests/src/stories/ButtonNext.stories.tsx +++ b/apps/vr-tests/src/stories/ButtonNext.stories.tsx @@ -3,8 +3,10 @@ import * as React from 'react'; import Screener, { Steps } from 'screener-storybook/src/screener'; import { storiesOf } from '@storybook/react'; import { Button } from '@fluentui/react-button'; +import { FabricDecorator } from '../utilities'; storiesOf('Button Next', module) + .addDecorator(FabricDecorator) .addDecorator(story => ( {story()} @@ -24,6 +34,7 @@ storiesOf('Button Next', module) .addStory('Primary Disabled', () =>