From 74f757ce664eb241f2bed09eb44b4b04706e14bb Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Wed, 23 Sep 2020 09:22:36 +0200 Subject: [PATCH] Fix animated fab position --- src/components/Animations/AnimatedFAB.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/Animations/AnimatedFAB.tsx b/src/components/Animations/AnimatedFAB.tsx index a5254eb..8b73550 100644 --- a/src/components/Animations/AnimatedFAB.tsx +++ b/src/components/Animations/AnimatedFAB.tsx @@ -77,15 +77,14 @@ export default class AnimatedFAB extends React.Component { render() { const {props} = this; return ( - - + + ); }