change sparkles icon to venician mask (way more accurate)

This commit is contained in:
Rémi Colin
2024-02-08 09:43:24 +01:00
parent 7df20a74e2
commit 84674192eb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import { YStack, XStack, Text, Button, Tabs, styled, Dialog, Adapt, Sheet, Label, Fieldset, Input, Switch, ThemeableStack, Separator } from 'tamagui'
import { Scan, UserCheck, HelpCircle, XCircle, IterationCw, LayoutGrid, Sparkles } from '@tamagui/lucide-icons';
import { Scan, UserCheck, HelpCircle, XCircle, IterationCw, LayoutGrid, VenetianMask } from '@tamagui/lucide-icons';
import ScanScreen from './ScanScreen';
import ProveScreen from './ProveScreen';
import { Steps } from '../utils/utils';
@@ -184,7 +184,7 @@ const MainScreen: React.FC<MainScreenProps> = ({
Use mock passport data
</Label>
<Button size="$4" m="$2" onPress={handleSkip}>
<Sparkles />
<VenetianMask />
</Button>
</Fieldset>

View File

@@ -10,7 +10,7 @@ interface ScanScreenProps {
const ScanScreen: React.FC<ScanScreenProps> = ({ onStartCameraScan, nfcScan, step }) => {
return (
<YStack f={1} p="$5" gap="$1" px="$5" pt="$12">
<YStack f={1} p="$5" gap="$1" px="$5" pt="$14">
<ZStack alignSelf='center' maxWidth={50} maxHeight={50} width={50} flex={0} >
<Circle
alignSelf='center'