docs: FAB.Group should use padding instead of margin (#755)

This commit is contained in:
Grzegorz Gawrysiak
2019-01-28 17:53:54 +01:00
committed by Rajendran Nadar
parent b799a1e5f8
commit 5246ad04d5

View File

@@ -68,7 +68,7 @@ type Props = {|
visible: boolean,
/**
* Style for the group. You can use it to pass additional styles if you need.
* For example, you can set an additional margin if you have a tab bar at the bottom.
* For example, you can set an additional padding if you have a tab bar at the bottom.
*/
style?: any,
/**