From 29c5d59c34b562097478971fa5230bb13d5218d6 Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:55:18 +0100 Subject: [PATCH] fix: make adjustments based on PR review feedback --- src/app/components/drawer/components/drawer-header.tsx | 2 +- src/app/components/text-input-field.tsx | 1 - .../switch-account-drawer/components/create-account-action.tsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/components/drawer/components/drawer-header.tsx b/src/app/components/drawer/components/drawer-header.tsx index edc172a5bbd..3700e7d3149 100644 --- a/src/app/components/drawer/components/drawer-header.tsx +++ b/src/app/components/drawer/components/drawer-header.tsx @@ -28,7 +28,7 @@ export function DrawerHeader({ const [isHovered, bind] = useHover(); return ( - + {enableGoBack ? ( } diff --git a/src/app/components/text-input-field.tsx b/src/app/components/text-input-field.tsx index a38bac23590..9ac802f5ba8 100644 --- a/src/app/components/text-input-field.tsx +++ b/src/app/components/text-input-field.tsx @@ -119,7 +119,6 @@ export function TextInputField({ ref={inputRef || ref} _disabled={{ bg: color('bg') }} _focus={{ border: 'none' }} - _placeholder={{ color: 'colors.accent.text-subdued' }} autoComplete="off" border="none" data-testid={dataTestId} diff --git a/src/app/features/switch-account-drawer/components/create-account-action.tsx b/src/app/features/switch-account-drawer/components/create-account-action.tsx index 9b67e46f1e5..74d44247577 100644 --- a/src/app/features/switch-account-drawer/components/create-account-action.tsx +++ b/src/app/features/switch-account-drawer/components/create-account-action.tsx @@ -16,7 +16,7 @@ export function CreateAccountAction({ onCreateAccount }: CreateAccountActionProp bottom={0} width="100%" > - onCreateAccount()}> + onCreateAccount()}> Create new account