diff --git a/src/components/util/StyledFab.tsx b/src/components/util/StyledFab.tsx index 8500aa24..59a7cfa3 100644 --- a/src/components/util/StyledFab.tsx +++ b/src/components/util/StyledFab.tsx @@ -4,8 +4,8 @@ import { styled } from '@mui/system'; export const DEFAULT_FAB_STYLE = { position: 'fixed', height: '48px', - right: '3em', - bottom: '2em', + right: '48px', + bottom: '28px', } as const; export const DEFAULT_FULL_FAB_HEIGHT = `calc(${DEFAULT_FAB_STYLE.bottom} + ${DEFAULT_FAB_STYLE.height})`;