Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scenes/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class Welcome extends Component {
overlay
>
<Text style={[TYPO.paperFontHeadline, COLOR.paperGrey50]}>Welcome</Text>
<Text style={[TYPO.paperSubhead, COLOR.paperGrey50]}>React Native Material Design</Text>
<Text style={[TYPO.paperFontSubhead, COLOR.paperGrey50]}>React Native Material Design</Text>
</Card.Media>
<Card.Body>
<Text>To get started, vist the documentation over at Github! This page is an example of the Card component.</Text>
Expand Down