From 93417672ef56fb65326e11bdedea1895bc9740b7 Mon Sep 17 00:00:00 2001 From: RezHackXYZ Date: Sat, 7 Jun 2025 13:23:59 +0530 Subject: [PATCH] make the text larger of current day! --- .../components/timetable/DisplayRowsOfTimetable.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte b/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte index 2230b1b..af54343 100644 --- a/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte +++ b/src/routes/IdleScreen/components/timetable/DisplayRowsOfTimetable.svelte @@ -20,11 +20,11 @@ {:else if RowIndex == 0} {time} {:else if RowIndex == new Date().getDay() && timeIndex == 0} - {legend[RowIndex]} {:else if RowIndex == new Date().getDay()} - {time} + {time} {:else if timeIndex == 0} {legend[RowIndex]}