From 4609bf7f8725f98e527cc1b3cac4530a6bc0eb94 Mon Sep 17 00:00:00 2001 From: Martin Dragnev Date: Fri, 25 Apr 2025 12:35:06 +0300 Subject: [PATCH] Move theme of hr sample to html instead of typescript --- projects/hr-portal/index.html | 1 + projects/hr-portal/src/app/hr-portal/hr-portal.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hr-portal/index.html b/projects/hr-portal/index.html index b21e397..941d711 100644 --- a/projects/hr-portal/index.html +++ b/projects/hr-portal/index.html @@ -7,6 +7,7 @@ + diff --git a/projects/hr-portal/src/app/hr-portal/hr-portal.tsx b/projects/hr-portal/src/app/hr-portal/hr-portal.tsx index 206ece3..5784c08 100644 --- a/projects/hr-portal/src/app/hr-portal/hr-portal.tsx +++ b/projects/hr-portal/src/app/hr-portal/hr-portal.tsx @@ -22,7 +22,6 @@ import { registerIcon, } from "igniteui-react"; import "igniteui-react-grids/grids/combined"; -import "igniteui-react-grids/grids/themes/light/fluent.css"; import { dataService } from "./../services/data.service"; import { icons } from "../data/icons/Icons"; import { Employee } from "../data/Models/Employee";