diff --git a/src-large-data/index.js b/src-large-data/index.js index e96ebe7..db2deae 100644 --- a/src-large-data/index.js +++ b/src-large-data/index.js @@ -5,7 +5,7 @@ import React from 'react'; import LargeGrid from './largeGrid.jsx'; import '@ag-grid-community/core/dist/styles/ag-grid.css'; -import '@ag-grid-community/core/dist/styles/ag-theme-fresh.css'; +import '@ag-grid-community/core/dist/styles/ag-theme-balham.css'; // waiting for dom to load before booting react. we could alternatively // put the index.js reference at the end fo the index.html, but i prefer this way. diff --git a/src-large-data/largeGrid.jsx b/src-large-data/largeGrid.jsx index 75dd0ed..39b42f3 100644 --- a/src-large-data/largeGrid.jsx +++ b/src-large-data/largeGrid.jsx @@ -63,7 +63,7 @@ export default class MyApp extends Component { render() { return ( -