diff --git a/projects/erp-hierarchical-grid/index.html b/projects/erp-hierarchical-grid/index.html index ea22db2..aa230af 100644 --- a/projects/erp-hierarchical-grid/index.html +++ b/projects/erp-hierarchical-grid/index.html @@ -7,6 +7,7 @@ Inventory + diff --git a/projects/erp-hierarchical-grid/src/components/ErpHGrid/ErpHGrid.tsx b/projects/erp-hierarchical-grid/src/components/ErpHGrid/ErpHGrid.tsx index 1389d24..0dbf22e 100644 --- a/projects/erp-hierarchical-grid/src/components/ErpHGrid/ErpHGrid.tsx +++ b/projects/erp-hierarchical-grid/src/components/ErpHGrid/ErpHGrid.tsx @@ -1,6 +1,5 @@ import { useState, useEffect } from "react"; import { IgrBadge, IgrIcon, IgrRating, registerIcon } from "igniteui-react"; -import "igniteui-react-grids/grids/themes/light/material.css"; import { IgrHierarchicalGrid, IgrColumn, diff --git a/projects/finance-grid/index.html b/projects/finance-grid/index.html index 2a7afbe..8fa375a 100644 --- a/projects/finance-grid/index.html +++ b/projects/finance-grid/index.html @@ -14,6 +14,7 @@ rel="stylesheet" /> +
diff --git a/projects/finance-grid/src/App.tsx b/projects/finance-grid/src/App.tsx index df8f7ca..9969fae 100644 --- a/projects/finance-grid/src/App.tsx +++ b/projects/finance-grid/src/App.tsx @@ -24,7 +24,6 @@ import { } from "igniteui-react"; import { dataService } from "./services/data.service"; import { TRENDING_DOWN, TRENDING_UP } from "./assets/icons/icons"; -import 'igniteui-react-grids/grids/themes/light/bootstrap.css' function FinanceGrid() { const updateTimerInMs = 3000; diff --git a/projects/sales-grid/index.html b/projects/sales-grid/index.html index 0c6f8a9..ae108a0 100644 --- a/projects/sales-grid/index.html +++ b/projects/sales-grid/index.html @@ -7,6 +7,7 @@ + diff --git a/projects/sales-grid/src/app/sales-grid/sales-grid.tsx b/projects/sales-grid/src/app/sales-grid/sales-grid.tsx index 69a01c2..7ce79d4 100644 --- a/projects/sales-grid/src/app/sales-grid/sales-grid.tsx +++ b/projects/sales-grid/src/app/sales-grid/sales-grid.tsx @@ -13,7 +13,6 @@ import { } from 'igniteui-react-grids'; import { SalesDataService } from '../services/data.service'; -import 'igniteui-react-grids/grids/themes/light/indigo.css'; import './sales-grid.scss'; import ARROW_DOWN_SVG from "../data/icons/arrow_drop_down.svg";