Skip to content

Commit

Permalink
docs: FAB.Group should use padding instead of margin (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawrysiak authored and raajnadar committed Jan 28, 2019
1 parent b799a1e commit 5246ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FAB/FABGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit 5246ad0

Please sign in to comment.