smol ui fixes

This commit is contained in:
0xturboblitz
2024-06-20 15:19:00 -07:00
parent 89758dabfd
commit c45c80e0b9
3 changed files with 6 additions and 7 deletions

View File

@@ -55,13 +55,13 @@ const NextScreen: React.FC = () => {
}
</YStack>
<Text color={textColor1} fontSize="$5" fontWeight="bold">
Hi {" "}
Hi{" "}
{
hideData
? maskString(getFirstName(passportData.mrz))
: getFirstName(passportData.mrz)
}
👋
{" "}👋
</Text>
<YStack gap="$2.5" mt="$2" ml="$2">

View File

@@ -93,13 +93,13 @@ const ProveScreen: React.FC = () => {
}
</YStack>
<Text color={textColor1} fontSize="$5" fontWeight="bold" ml="$2" mb="$1">
Hi {" "}
Hi{" "}
{
hideData
? maskString(getFirstName(passportData.mrz))
: getFirstName(passportData.mrz)
}
👋
{" "}👋
</Text>
{fields.map((Field, index) => (

View File

@@ -23,9 +23,8 @@ const RegisterScreen: React.FC = () => {
<Text mt="$12" color={textColor1} fontSize="$10" fontWeight="bold">
Register
</Text>
<Text mt="$6" fontSize="$6" color={textColor1}>Join Proof of Passport to affirm your identity and start sharing securely.</Text>
<Text mt="$1" fontSize="$4" color={textColor2}>Easily verify your nationality, gender, or age and take control of your personal data.</Text>
<Text fontSize="$4" color={textColor2}>Share only what you want with the application you wish.</Text>
<Text mt="$6" fontSize="$6" color={textColor1}>Join Proof of Passport to start sharing your identity securely.</Text>
<Text mt="$1" fontSize="$4" color={textColor2}>Easily verify your nationality, humanity, or age and share only what you want to reveal.</Text>
<YStack f={1} />
<XStack mt="$5" bg={componentBgColor} borderRadius={100} borderWidth={1} borderColor={borderColor} py="$2" px="$3">