Correct docs for CardTitle component

`large` is applied when the CardTitle has no avatar, not the other way around.
old
Stian Jensen 2016-09-14 16:18:23 +02:00 committed by GitHub
parent 4d0b37e207
commit df97407ebf
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ A versatile title block that can be used in various places on the card, includin
| Name | Description|
|:---------|:-----------|
| `cardTitle` | Class used for the root element.|
| `large` | Added to the root element when the card has avatar.|
| `small` | Added to the root element when the card has no avatar.|
| `large` | Added to the root element when the card has no avatar.|
| `small` | Added to the root element when the card has avatar.|
| `subtitle` | Added to the subtitle element.|
| `title` | Added to the title element.|