From 7013ef19e64e9cd816b2720701abd22011f904de Mon Sep 17 00:00:00 2001 From: CBunnyDev Date: Thu, 4 Mar 2021 02:04:24 -0500 Subject: [PATCH 1/4] fix: Calculate icon updated --- src/components/Svg/Icons/Calculate.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Svg/Icons/Calculate.tsx b/src/components/Svg/Icons/Calculate.tsx index 8a92e17c5..87b41f11f 100644 --- a/src/components/Svg/Icons/Calculate.tsx +++ b/src/components/Svg/Icons/Calculate.tsx @@ -4,18 +4,18 @@ import { SvgProps } from "../types"; const Icon: React.FC = (props) => { return ( - + - - - - + + + + ); From f1f5d0b6d34827505cd9a1c9b17597db580cfd56 Mon Sep 17 00:00:00 2001 From: CBunnyDev Date: Thu, 4 Mar 2021 02:08:03 -0500 Subject: [PATCH 2/4] fix: Update add icon --- src/components/Svg/Icons/Add.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Svg/Icons/Add.tsx b/src/components/Svg/Icons/Add.tsx index 67c42488f..a2f752bd1 100644 --- a/src/components/Svg/Icons/Add.tsx +++ b/src/components/Svg/Icons/Add.tsx @@ -4,8 +4,11 @@ import { SvgProps } from "../types"; const Icon: React.FC = (props) => { return ( - - + + ); }; From 60d03443d008da5b758888b76ed6fc05e4f8a0ab Mon Sep 17 00:00:00 2001 From: CBunnyDev Date: Thu, 4 Mar 2021 02:09:59 -0500 Subject: [PATCH 3/4] fix: Minus icon --- src/components/Svg/Icons/Minus.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Svg/Icons/Minus.tsx b/src/components/Svg/Icons/Minus.tsx index c337c0030..884583b8b 100644 --- a/src/components/Svg/Icons/Minus.tsx +++ b/src/components/Svg/Icons/Minus.tsx @@ -4,8 +4,11 @@ import { SvgProps } from "../types"; const Icon: React.FC = (props) => { return ( - - + + ); }; From 9a24070b18e4752da3bf77174f151db70a418b5a Mon Sep 17 00:00:00 2001 From: CBunnyDev Date: Thu, 4 Mar 2021 02:34:35 -0500 Subject: [PATCH 4/4] test: Tests updated --- src/__tests__/widgets/walletModal.test.tsx | 34 +++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/__tests__/widgets/walletModal.test.tsx b/src/__tests__/widgets/walletModal.test.tsx index 27929ddb1..5cf5f8f3c 100644 --- a/src/__tests__/widgets/walletModal.test.tsx +++ b/src/__tests__/widgets/walletModal.test.tsx @@ -335,7 +335,7 @@ it("renders ConnectModal correctly", () => { +
+ SafePal Wallet +
+ + + + +