mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-05-23 00:38:28 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user