Update guest v2 home and tasks experience
This commit is contained in:
@@ -10,7 +10,14 @@ type StandaloneShellProps = {
|
||||
export default function StandaloneShell({ children, compact = false }: StandaloneShellProps) {
|
||||
return (
|
||||
<AmbientBackground>
|
||||
<YStack minHeight="100vh" padding="$4" paddingTop={compact ? '$4' : '$6'} paddingBottom="$6" gap="$4">
|
||||
<YStack
|
||||
minHeight="100vh"
|
||||
padding="$4"
|
||||
paddingTop={compact ? '$4' : '$6'}
|
||||
paddingBottom="$6"
|
||||
gap="$4"
|
||||
style={{ paddingBottom: 'calc(var(--space-6) + 30px)' }}
|
||||
>
|
||||
{children}
|
||||
</YStack>
|
||||
</AmbientBackground>
|
||||
|
||||
Reference in New Issue
Block a user