Skip to content

Commit

Permalink
Remove usage of react-text
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe committed Jul 2, 2021
1 parent f53eed8 commit 010ca9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-button/src/Playground.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
import { Checkbox, Dropdown, IDropdownOption, TextField } from './tmp-components.stories';
import { Text } from '@fluentui/react-text';
import { PlaygroundProps } from './Playground.types.stories';
import { makeStyles } from '@fluentui/react-make-styles';

Expand Down Expand Up @@ -186,7 +185,7 @@ export const Playground = function <TType>(props: PlaygroundProps<TType>): JSX.E
<React.Fragment key={section.sectionName}>
<tr>
<td style={cellStyle} colSpan={2}>
<Text>{section.sectionName}</Text>
<text>{section.sectionName}</text>
</td>
</tr>
{sectionList}
Expand Down

0 comments on commit 010ca9d

Please sign in to comment.