Skip to content

Commit dd59dde

Browse files
committed
1052732: Updated latest theme references
1 parent 95f3693 commit dd59dde

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@syncfusion/ej2-react-spreadsheet": "*",
14+
"@syncfusion/ej2-material-theme": "*",
1415
"react": "^19.2.5",
1516
"react-dom": "^19.2.5"
1617
},

src/index.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
2-
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
3-
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
4-
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
5-
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
6-
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
7-
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
8-
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
9-
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
10-
@import '../node_modules/@syncfusion/ej2-react-spreadsheet/styles/material.css';
1+
@import '../node_modules/@syncfusion/ej2-material-theme/styles/spreadsheet/index.css';

0 commit comments

Comments
 (0)