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