Skip to content

Commit

Permalink
fix: remove not working onFocusborder, to be fixed in #4583
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 28, 2023
1 parent 222a854 commit cddf09b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/components/text-input-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Ref, useRef } from 'react';

import { SendCryptoAssetSelectors } from '@tests/selectors/send.selectors';
import { useField } from 'formik';
import { css } from 'leather-styles/css';
import { Box, Flex, FlexProps, HStack, styled } from 'leather-styles/jsx';

import { useShowFieldError } from '@app/common/form-utils';
Expand Down Expand Up @@ -59,11 +58,6 @@ export function TextInputField({
}}
border="default"
borderRadius="sm"
className={css({
'& :has(:focus)::before': {
border: '1px solid green',
},
})}
cursor="text"
flexDirection="column"
justifyContent="center"
Expand Down

0 comments on commit cddf09b

Please sign in to comment.