diff --git a/src/components/transactions/TxDetails/Summary/TxDataRow/index.tsx b/src/components/transactions/TxDetails/Summary/TxDataRow/index.tsx index bed1599da2..893dc08503 100644 --- a/src/components/transactions/TxDetails/Summary/TxDataRow/index.tsx +++ b/src/components/transactions/TxDetails/Summary/TxDataRow/index.tsx @@ -4,7 +4,7 @@ import { Typography } from '@mui/material' import { hexDataLength } from 'ethers/lib/utils' import type { ReactElement, ReactNode } from 'react' import css from './styles.module.css' -import valueCss from '@/components/transactions/TxDetails/TxData/DecodedData/Value/styles.module.css' +import valueCss from '@/components/transactions/TxDetails/TxData/DecodedData/ValueArray/styles.module.css' import EthHashInfo from '@/components/common/EthHashInfo' type TxDataRowProps = {