Adjust guest v2 fab sizing
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user