chore(trading): remove red background from trades table (#3214)
This commit is contained in:
parent
84795b2d6a
commit
7ef1d75529
@ -50,7 +50,7 @@ interface Props extends AgGridReactProps {
|
|||||||
export const TradesTable = forwardRef<AgGridReact, Props>((props, ref) => {
|
export const TradesTable = forwardRef<AgGridReact, Props>((props, ref) => {
|
||||||
return (
|
return (
|
||||||
<AgGrid
|
<AgGrid
|
||||||
style={{ width: '100%', height: '100%', background: 'red' }}
|
style={{ width: '100%', height: '100%' }}
|
||||||
overlayNoRowsTemplate={t('No trades')}
|
overlayNoRowsTemplate={t('No trades')}
|
||||||
getRowId={({ data }) => data.id}
|
getRowId={({ data }) => data.id}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
|
Loading…
Reference in New Issue
Block a user