Move MassiveFab upwards slightly

This commit is contained in:
Brandon Presley 2022-07-09 15:27:32 +12:00
parent cd11332d2d
commit d77b28e66c
1 changed files with 1 additions and 1 deletions

View File

@ -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}}
/>
);
}