Tune guest v2 capture size
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user