Skip to content

Commit

Permalink
chore(Style): update style.md (facebook#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriannus authored Aug 16, 2020
1 parent 6e41a04 commit 30415fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ export default LotsOfStyles;

One common pattern is to make your component accept a `style` prop which in turn is used to style subcomponents. You can use this to make styles "cascade" the way they do in CSS.

There are a lot more ways to customize text style. Check out the [Text component reference](text.md) for a complete list.
There are a lot more ways to customize the text style. Check out the [Text component reference](text.md) for a complete list.

Now you can make your text beautiful. The next step in becoming a style master is to [learn how to control component size](height-and-width.md).

0 comments on commit 30415fa

Please sign in to comment.