From d77b28e66c8940d0341478443a957d9118dc55de Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 9 Jul 2022 15:27:32 +1200 Subject: [PATCH] Move MassiveFab upwards slightly --- MassiveFab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MassiveFab.tsx b/MassiveFab.tsx index a47489d..d04bcbf 100644 --- a/MassiveFab.tsx +++ b/MassiveFab.tsx @@ -10,7 +10,7 @@ export default function MassiveFab( extended={false} label="Add" icon="add" - style={{position: 'absolute', right: 10, bottom: 50}} + style={{position: 'absolute', right: 10, bottom: 60}} /> ); }