We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baaafd commit 8fb0447Copy full SHA for 8fb0447
native/packages/react-native-bpk-component-text/stories.js
@@ -26,7 +26,7 @@ storiesOf('BpkText', module)
26
))
27
.add('Bold', () => (
28
<View style={styles.container}>
29
- <BpkText textStyle="xxl" emphasize style={{ fontWeight: '900' }}>Flights to Edinburgh</BpkText>
+ <BpkText textStyle="xxl">Flights to Edinburgh</BpkText>
30
<BpkText textStyle="xl" emphasize>Flights to Edinburgh</BpkText>
31
<BpkText textStyle="lg" emphasize>Flights to Edinburgh</BpkText>
32
<BpkText textStyle="base" emphasize>Flights to Edinburgh</BpkText>
0 commit comments