diff --git a/src/view/com/util/fab/FABInner.tsx b/src/view/com/util/fab/FABInner.tsx index f2e96fcbec..62234059c8 100644 --- a/src/view/com/util/fab/FABInner.tsx +++ b/src/view/com/util/fab/FABInner.tsx @@ -32,8 +32,13 @@ export function FABInner({testID, icon, onPress, style, ...props}: FABProps) { const size = gtMobile ? styles.sizeLarge : styles.sizeRegular const tabletSpacing = gtMobile - ? {right: 50, bottom: 50} - : {right: 24, bottom: clamp(insets.bottom, 15, 60) + 15} + ? {right: a.pr_xl.paddingRight, bottom: a.pb_lg.paddingBottom} + : { + right: a.pr_lg.paddingRight, + bottom: + clamp(insets.bottom, a.pb_md.paddingBottom, 60) + + a.pb_md.paddingBottom, + } return (