Adjust guest v2 fab sizing

This commit is contained in:
Codex Agent
2026-02-03 21:58:10 +01:00
parent 1b131851fb
commit 8cee7ef004
2 changed files with 9 additions and 11 deletions

View File

@@ -42,8 +42,8 @@ export default function FloatingActionButton({ onPress, onLongPress, hidden = fa
bottom={inline ? undefined : 20}
left={inline ? undefined : '50%'}
zIndex={1100}
width={68}
height={68}
width={76}
height={76}
borderRadius={999}
backgroundColor="$primary"
borderWidth={0}
@@ -62,7 +62,7 @@ export default function FloatingActionButton({ onPress, onLongPress, hidden = fa
: '0 18px 32px rgba(15, 23, 42, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.7)',
}}
>
<Camera size={26} color="white" />
<Camera size={30} color="white" />
</Button>
);
}