From 5c9736e55b555cf3dd197c1ff25554f63717cb77 Mon Sep 17 00:00:00 2001 From: Jakub Kosmydel <104823336+kosmydel@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:58:01 +0100 Subject: [PATCH 1/3] fix gap in the settings --- src/pages/settings/InitialSettingsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/InitialSettingsPage.tsx b/src/pages/settings/InitialSettingsPage.tsx index 811ce38bdd1a..d5a12e7458ed 100755 --- a/src/pages/settings/InitialSettingsPage.tsx +++ b/src/pages/settings/InitialSettingsPage.tsx @@ -439,11 +439,11 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa return ( - + {headerContent} {accountMenuItems} {workspaceMenuItems} From 46f357eb8006229e7513c51bf706d70ea5f322fc Mon Sep 17 00:00:00 2001 From: Jakub Kosmydel <104823336+kosmydel@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:19:29 +0100 Subject: [PATCH 2/3] fix profile avatar highlight --- src/styles/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 55292988503f..3a0ddf446597 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1441,8 +1441,8 @@ const styles = (theme: ThemeColors) => sidebarAvatar: { borderRadius: 28, - height: variables.componentSizeSmall, - width: variables.componentSizeSmall, + height: 28, + width: 28, }, selectedAvatarBorder: { From 6eca76da57d0301385b60393d0f3ab39e1cb72a6 Mon Sep 17 00:00:00 2001 From: Jakub Kosmydel <104823336+kosmydel@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:33:18 +0100 Subject: [PATCH 3/3] Update src/pages/settings/InitialSettingsPage.tsx Co-authored-by: Mykhailo Khutornyi <97676131+mkhutornyi@users.noreply.github.com> --- src/pages/settings/InitialSettingsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/settings/InitialSettingsPage.tsx b/src/pages/settings/InitialSettingsPage.tsx index d5a12e7458ed..7059efab309f 100755 --- a/src/pages/settings/InitialSettingsPage.tsx +++ b/src/pages/settings/InitialSettingsPage.tsx @@ -440,6 +440,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa return (