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