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:
macqbat 2022-11-10 17:19:59 +01:00 committed by GitHub
parent df8a22a19e
commit 4435fe6ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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 {