Skip to content

Commit 8fb0447

Browse files
author
George Gillams
committed
[NO-JIRA] Update text stories
1 parent 2baaafd commit 8fb0447

File tree

1 file changed

+1
-1
lines changed
  • native/packages/react-native-bpk-component-text

1 file changed

+1
-1
lines changed

native/packages/react-native-bpk-component-text/stories.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ storiesOf('BpkText', module)
2626
))
2727
.add('Bold', () => (
2828
<View style={styles.container}>
29-
<BpkText textStyle="xxl" emphasize style={{ fontWeight: '900' }}>Flights to Edinburgh</BpkText>
29+
<BpkText textStyle="xxl">Flights to Edinburgh</BpkText>
3030
<BpkText textStyle="xl" emphasize>Flights to Edinburgh</BpkText>
3131
<BpkText textStyle="lg" emphasize>Flights to Edinburgh</BpkText>
3232
<BpkText textStyle="base" emphasize>Flights to Edinburgh</BpkText>

0 commit comments

Comments
 (0)