chore: upgrade ag-grid version (#2019)
* chore: upgrade ag-grid version * chore: overwrite ag-grid css wrong css Co-authored-by: maciek <maciek@vegaprotocol.io>
This commit is contained in:
parent
df8a22a19e
commit
4435fe6ea0
@ -17,9 +17,10 @@ const agGridDarkVariables = `
|
||||
.ag-theme-balham-dark .ag-root-wrapper {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
.ag-theme-balham-dark .ag-row {
|
||||
border-width: 1px 0;
|
||||
border-bottom: solid transparent;
|
||||
}
|
||||
|
||||
.ag-theme-balham-dark .ag-react-container {
|
||||
|
@ -20,6 +20,7 @@ const agGridLightVariables = `
|
||||
|
||||
.ag-theme-balham .ag-row {
|
||||
border-width: 1px 0;
|
||||
border-bottom: solid transparent;
|
||||
}
|
||||
|
||||
.ag-theme-balham .ag-react-container {
|
||||
|
Loading…
Reference in New Issue
Block a user