From 5246ad04d5be281d2129648517ee2db70db751e8 Mon Sep 17 00:00:00 2001 From: Grzegorz Gawrysiak Date: Mon, 28 Jan 2019 17:53:54 +0100 Subject: [PATCH] docs: FAB.Group should use padding instead of margin (#755) --- src/components/FAB/FABGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, /**