mirror of
https://github.com/selfxyz/self.git
synced 2026-01-15 01:28:18 -05:00
update UI
This commit is contained in:
@@ -34,7 +34,7 @@ const NextScreen: React.FC = () => {
|
||||
const { height } = useWindowDimensions();
|
||||
|
||||
return (
|
||||
<YStack px="$4" f={1} mb={Platform.OS === 'ios' ? "$5" : "$0"}>
|
||||
<YStack p="$3" f={1} mb={Platform.OS === 'ios' ? "$5" : "$0"}>
|
||||
<YStack flex={1} mx="$2" gap="$2" mt="$2">
|
||||
<YStack alignSelf='center' my="$3">
|
||||
{hideData
|
||||
|
||||
@@ -31,17 +31,12 @@ const RegisterScreen: React.FC = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<YStack px="$4" f={1} mb={Platform.OS === 'ios' ? "$5" : "$0"}>
|
||||
<YStack p="$3" f={1} mb={Platform.OS === 'ios' ? "$5" : "$0"}>
|
||||
<YStack flex={1} mx="$2" gap="$2">
|
||||
<Text mt="$12" color={textBlack} fontSize="$10" fontWeight="bold">
|
||||
Register
|
||||
</Text>
|
||||
<Text mt="$7" fontSize="$7" color={textBlack}>Join Proof of Passport to start sharing your identity<Text fontSize="$7" style={{
|
||||
<Text mt="$7" fontSize="$9" color={textBlack}>Join Proof of Passport to start sharing your identity<Text style={{
|
||||
textDecorationLine: "underline", textDecorationColor: bgGreen
|
||||
}}> securely. </Text></Text>
|
||||
<Text mt="$0" fontSize="$6" color={textBlack} style={{
|
||||
opacity: 0.7
|
||||
}}>Easily verify your nationality, humanity, or age and share<Text style={{
|
||||
<Text mt="$0" color={textBlack} fontSize="$8">Easily verify your nationality, humanity, or age and share<Text style={{
|
||||
textDecorationLine: "underline", textDecorationColor: bgGreen
|
||||
}}> only </Text>what you want to reveal.</Text>
|
||||
<XStack f={1} />
|
||||
|
||||
Reference in New Issue
Block a user