From 4ef23a5ec945a879bcce465de95af606cc4d4ab7 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Mon, 23 Dec 2024 00:13:29 +0200 Subject: [PATCH] fix: dark mode for calendar --- lib/exmr_web/live/exam_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exmr_web/live/exam_live/index.html.heex b/lib/exmr_web/live/exam_live/index.html.heex index 2c12037..ccd2676 100644 --- a/lib/exmr_web/live/exam_live/index.html.heex +++ b/lib/exmr_web/live/exam_live/index.html.heex @@ -87,7 +87,7 @@ <%= for day <- 1..Date.days_in_month(@current_month) do %> <% {:ok, date} = Date.new(@current_month.year, @current_month.month, day) %> -
+
{day}