docs: improve contentStyle prop description in Button (#900)

Adds info about customizing height and width of button via contentStyle prop to prop description.
This commit is contained in:
Dawid
2019-03-07 13:14:50 +02:00
committed by Satyajit Sahoo
parent 27c77a3330
commit 8042c309e6

View File

@@ -61,7 +61,8 @@ type Props = React.ElementConfig<typeof Surface> & {|
*/
onPress?: () => mixed,
/**
* Style of button's inner content
* Style of button's inner content.
* Use this prop to apply custom height and width.
*/
contentStyle?: any,
style?: any,