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