diff --git a/src/components/FAB/FABGroup.js b/src/components/FAB/FABGroup.js index a87e93f..94030d8 100644 --- a/src/components/FAB/FABGroup.js +++ b/src/components/FAB/FABGroup.js @@ -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, /**