Skip to content

Commit

Permalink
docs(Card): clearing up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
James Friedman committed Jan 19, 2018
1 parent a9cb439 commit 27c18c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Card/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ import { Theme } from 'rmwc/Theme';
}}>
<CardHorizontalBlock>
<CardPrimary>
<CardTitle large>(8) Card Title</CardTitle>
<CardTitle large>themeDark Prop</CardTitle>
<CardSubtitle>Subtitle here</CardSubtitle>
</CardPrimary>
<CardMediaItem src="https://material-components-web.appspot.com/images/1-1.jpg"/>
Expand All @@ -243,7 +243,7 @@ import { Theme } from 'rmwc/Theme';
}}>
<CardHorizontalBlock>
<CardPrimary>
<CardTitle large>(8) Card Title</CardTitle>
<CardTitle large>Dark Theme Context</CardTitle>
<CardSubtitle>Subtitle here</CardSubtitle>
</CardPrimary>
<CardMediaItem src="https://material-components-web.appspot.com/images/1-1.jpg"/>
Expand Down

0 comments on commit 27c18c7

Please sign in to comment.