diff --git a/Mohem/src/app/attendance-tracking/home/home.component.html b/Mohem/src/app/attendance-tracking/home/home.component.html index 1a4ae913..93afa6d3 100644 --- a/Mohem/src/app/attendance-tracking/home/home.component.html +++ b/Mohem/src/app/attendance-tracking/home/home.component.html @@ -16,12 +16,16 @@ Attendance Tracking --> + + -
+
{{curentDate}}
{{ts.trPK('attendance-tracking','today-time-left')}} diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index e468a642..7ccd3aed 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1318,6 +1318,9 @@ border:0px height: 0px !important; display: none !important; } +.attendance-home .header-toolbar-new { + --background: #094773 !important; +} .header-toolbar-new { --background: #22c6b3; }