upgrade to tamagui v2 and guest pwa overhaul
This commit is contained in:
@@ -33,9 +33,9 @@ export function LimitWarnings({
|
||||
}
|
||||
|
||||
return (
|
||||
<YStack space="$2">
|
||||
<YStack gap="$2">
|
||||
{warnings.map((warning) => (
|
||||
<MobileCard key={warning.id} borderColor={borderColor} space="$2">
|
||||
<MobileCard key={warning.id} borderColor={borderColor} gap="$2">
|
||||
<Text fontSize="$sm" color={textColor} fontWeight="700">
|
||||
{warning.message}
|
||||
</Text>
|
||||
@@ -100,7 +100,7 @@ function MobileAddonsPicker({
|
||||
}
|
||||
|
||||
return (
|
||||
<XStack space="$2" alignItems="center">
|
||||
<XStack gap="$2" alignItems="center">
|
||||
<MobileSelect
|
||||
value={selected}
|
||||
onChange={(event) => setSelected(event.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user