From dd59ddeb5256192d971723cab9f4614aa09915af Mon Sep 17 00:00:00 2001 From: RahulRavikumar Date: Tue, 8 Sep 2026 18:19:21 +0530 Subject: [PATCH] 1052732: Updated latest theme references --- package.json | 1 + src/index.css | 11 +---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3ae597c..73b2d32 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@syncfusion/ej2-react-spreadsheet": "*", + "@syncfusion/ej2-material-theme": "*", "react": "^19.2.5", "react-dom": "^19.2.5" }, diff --git a/src/index.css b/src/index.css index c5f656f..caa45d6 100644 --- a/src/index.css +++ b/src/index.css @@ -1,10 +1 @@ -@import '../node_modules/@syncfusion/ej2-base/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-lists/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-popups/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-grids/styles/material.css'; -@import '../node_modules/@syncfusion/ej2-react-spreadsheet/styles/material.css'; \ No newline at end of file +@import '../node_modules/@syncfusion/ej2-material-theme/styles/spreadsheet/index.css'; \ No newline at end of file