Adjust guest v2 fab sizing
This commit is contained in:
@@ -133,7 +133,7 @@ export default function AppShell({ children }: AppShellProps) {
|
||||
{showFab ? (
|
||||
isUploadRoute ? (
|
||||
<Button
|
||||
size="$5"
|
||||
size="$6"
|
||||
circular
|
||||
position="fixed"
|
||||
bottom={28}
|
||||
@@ -142,12 +142,12 @@ export default function AppShell({ children }: AppShellProps) {
|
||||
backgroundColor={dockBackground}
|
||||
borderWidth={1}
|
||||
borderColor={dockBorder}
|
||||
width={72}
|
||||
height={72}
|
||||
width={88}
|
||||
height={88}
|
||||
onPress={openCompass}
|
||||
style={{ boxShadow: dockShadow }}
|
||||
>
|
||||
<Menu size={24} color={actionIconColor} />
|
||||
<Menu size={28} color={actionIconColor} />
|
||||
</Button>
|
||||
) : (
|
||||
<XStack
|
||||
@@ -180,17 +180,15 @@ export default function AppShell({ children }: AppShellProps) {
|
||||
inline
|
||||
/>
|
||||
<Button
|
||||
size="$5"
|
||||
size="$3"
|
||||
circular
|
||||
backgroundColor={isDark ? 'rgba(12, 16, 32, 0.75)' : 'rgba(255, 255, 255, 0.9)'}
|
||||
borderWidth={1}
|
||||
borderColor={dockBorder}
|
||||
width={72}
|
||||
height={72}
|
||||
onPress={openCompass}
|
||||
style={{ boxShadow: isDark ? '0 10px 20px rgba(2, 6, 23, 0.45)' : '0 8px 16px rgba(15, 23, 42, 0.14)' }}
|
||||
>
|
||||
<Menu size={24} color={actionIconColor} />
|
||||
<Menu size={16} color={actionIconColor} />
|
||||
</Button>
|
||||
</XStack>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user