mirror of
https://github.com/selfxyz/self.git
synced 2026-01-24 14:08:07 -05:00
change sparkles icon to venician mask (way more accurate)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user