Skip to content

Commit

Permalink
chore: fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 14, 2023
1 parent b90cfca commit 972018b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,14 @@ export const ExpiredRequestErrorMessage = memo(props => {
body="This transaction request has expired or cannot be validated, try to re-initiate this transaction request from the original app."
border="1px solid"
borderColor="accent.border-default"
// #4476 TODO - move this to new error component
// #4476 TODO check this is OK to remove boxShadow="high"
// boxShadow="high"
css={{
'& > *': {
pointerEvents: 'all',
},
}}
// css={{
// '& > *': {
// pointerEvents: 'all',
// },
// }}
{...props}
/>
</Flex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useCallback, useEffect, useRef, useState } from 'react';
import { SendCryptoAssetSelectors } from '@tests/selectors/send.selectors';
import { useField } from 'formik';
import { Box, Flex, Stack, styled } from 'leather-styles/jsx';
import { token } from 'leather-styles/tokens';

import { STX_DECIMALS, TOKEN_NAME_LENGTH } from '@shared/constants';
import { Money } from '@shared/models/money.model';
Expand Down

0 comments on commit 972018b

Please sign in to comment.