Tune guest v2 capture size
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-03 22:02:47 +01:00
parent effe6d2390
commit 9d406e6afa

View File

@@ -539,17 +539,20 @@ export default function UploadScreen() {
circular
backgroundColor="$primary"
onPress={handleCapture}
width={98}
height={98}
width={112}
height={112}
minWidth={112}
minHeight={112}
padding={0}
borderRadius={999}
shadowColor={isDark ? 'rgba(255, 79, 216, 0.5)' : 'rgba(15, 23, 42, 0.2)'}
shadowOpacity={0.5}
shadowRadius={24}
shadowRadius={26}
shadowOffset={{ width: 0, height: 12 }}
style={{ boxShadow: fabShadow }}
aria-label={t('upload.captureButton', 'Capture')}
>
<Camera size={40} color="#FFFFFF" />
<Camera size={44} color="#FFFFFF" />
</Button>
<Button
size="$3"