We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616f2d4 commit c957943Copy full SHA for c957943
src/pages/spot/SpotHoldingsTable.tsx
@@ -5,7 +5,7 @@ import styled from 'styled-components';
5
6
import { ButtonAction, ButtonSize, ButtonStyle } from '@/constants/buttons';
7
8
-import { tradeViewMixins } from '@/styles/tradeViewMixins';
+import { defaultTableMixins } from '@/styles/tableMixins';
9
10
import { AssetIcon } from '@/components/AssetIcon';
11
import { Button } from '@/components/Button';
@@ -207,5 +207,5 @@ export const SpotHoldingsTable = ({
207
};
208
209
const $Table = styled(Table)`
210
- ${tradeViewMixins.horizontalTable}
+ ${defaultTableMixins}
211
` as typeof Table;
0 commit comments