From b915adb9df9996605ff58e1967d9e2225370df56 Mon Sep 17 00:00:00 2001 From: JJ Adonis Date: Mon, 2 Aug 2021 17:05:23 +0800 Subject: [PATCH] `wallet` - UI fixes (#391) * UI updates * updated failing tests --- .../screens/Balances/ConvertScreen.tsx | 6 +-- .../Balances/screens/ReceiveScreen.tsx | 2 +- .../screens/Dex/DexAddLiquidity.tsx | 20 +++------ .../screens/Dex/DexRemoveLiquidity.tsx | 2 +- .../Settings/screens/CommunityScreen.tsx | 8 ++-- .../CommunityScreen.test.tsx.snap | 43 +++++++++---------- .../convert/convert_account_to_utxos.spec.ts | 2 +- .../convert/convert_utxos_to_account.spec.ts | 2 +- 8 files changed, 39 insertions(+), 46 deletions(-) diff --git a/app/screens/AppNavigator/screens/Balances/ConvertScreen.tsx b/app/screens/AppNavigator/screens/Balances/ConvertScreen.tsx index 31824b0a47..f5ab0703d7 100644 --- a/app/screens/AppNavigator/screens/Balances/ConvertScreen.tsx +++ b/app/screens/AppNavigator/screens/Balances/ConvertScreen.tsx @@ -93,11 +93,11 @@ export function ConvertScreen (props: Props): JSX.Element {