Skip to content

Commit eed465a

Browse files
1009504: updated the latest concerns in policy page
1 parent cf8a5a6 commit eed465a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Employee_Managment_App/public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
99
<link href="https://cdn.syncfusion.com/ej2/31.1.17/tailwind3.css" rel="stylesheet" />
1010
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js"></script>
11+
<title>Essential JS 2 for React - Employee Management application</title>
12+
<link rel="icon" type="image/svg+xml" href="https://static.syncfusion.com/wp-content/free-tools/document-editor-online-app/online-docx-editor/icons/Syncfusion-Logo.svg" />
1113
</head>
1214
<body>
1315
<div id="root"></div>

Employee_Managment_App/src/components/Policies.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176
}
177177

178178
.filter-chip.is-active {
179-
background: #1ab394;
180-
border-color: #1ab394;
179+
background: #f8ac59;
180+
border-color: #f8ac59;
181181
color: #fff;
182182
box-shadow: 0 6px 14px rgba(16, 24, 40, .16);
183183
}

0 commit comments

Comments
 (0)