From ac5e5c92b8627b44333fbb257ef932b70ec35d29 Mon Sep 17 00:00:00 2001 From: Judah Sotomayor Date: Thu, 26 Jun 2025 19:44:45 -0400 Subject: [PATCH] Fix color themes related to notes. Previously several colors related to notes would not switch appropriately when themes changed. This patch corrects that mistake. Fix the notes main page colors. Fix the note indicators in-text. --- src/lib/components/CardMenu.svelte | 11 +++-- src/lib/components/IconCard.svelte | 9 ++++- src/lib/components/NoteDialog.svelte | 40 +++++++++++++++---- src/lib/components/ScriptureViewSofria.svelte | 7 ++-- 4 files changed, 50 insertions(+), 17 deletions(-) diff --git a/src/lib/components/CardMenu.svelte b/src/lib/components/CardMenu.svelte index 95095be03..a33234a0e 100644 --- a/src/lib/components/CardMenu.svelte +++ b/src/lib/components/CardMenu.svelte @@ -4,7 +4,7 @@ A drop-down menu for use in ColorCard, HistoryCard, and IconCard. Dispatches a menuaction event when an option is selected from the menu. -->