Skip to content

Commit c957943

Browse files
committed
fix
1 parent 616f2d4 commit c957943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/spot/SpotHoldingsTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styled from 'styled-components';
55

66
import { ButtonAction, ButtonSize, ButtonStyle } from '@/constants/buttons';
77

8-
import { tradeViewMixins } from '@/styles/tradeViewMixins';
8+
import { defaultTableMixins } from '@/styles/tableMixins';
99

1010
import { AssetIcon } from '@/components/AssetIcon';
1111
import { Button } from '@/components/Button';
@@ -207,5 +207,5 @@ export const SpotHoldingsTable = ({
207207
};
208208

209209
const $Table = styled(Table)`
210-
${tradeViewMixins.horizontalTable}
210+
${defaultTableMixins}
211211
` as typeof Table;

0 commit comments

Comments
 (0)