diff --git a/src/views/Home/components/ExistingUser/ExistingUser.tsx b/src/views/Home/components/ExistingUser/ExistingUser.tsx index e846544..ff39772 100644 --- a/src/views/Home/components/ExistingUser/ExistingUser.tsx +++ b/src/views/Home/components/ExistingUser/ExistingUser.tsx @@ -22,7 +22,7 @@ import { IScUserInfo } from "@/utils/types/sc.interface"; import { deleteWallet } from '../../services/calls'; import { createEncryptionKey, decrypt } from '@/utils/functions/cryptography'; import { Box, Button, Text, VStack, HStack, Circle, Icon, List, ListItem } from "@chakra-ui/react"; -import { FaBeer, FaCoffee, FaPhabricator,FaEraser } from 'react-icons/fa'; +import { FaBeer, FaCoffee, FaPhabricator,FaEraser,FaDownload } from 'react-icons/fa'; const theme = extendTheme({ @@ -88,6 +88,21 @@ function ExistingUser({address, email, secretWords, userGid}: {address: string, + @@ -147,7 +163,7 @@ function ExistingUser({address, email, secretWords, userGid}: {address: string, borderColor="teal.500" // Customize the border color borderRadius="15px" // Add border radius style={{ - backgroundImage: "linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%)", + backgroundImage: "linear-gradient(45deg, #85FFBD 0%, #586f2d 100%)", }} > Enter PIN