mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
smol ui fixes
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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) => (
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user