From ef00570145d62c78ee28f12b3d452a6a39f9da2a Mon Sep 17 00:00:00 2001 From: James Pine Date: Thu, 23 Apr 2026 03:18:32 -0700 Subject: [PATCH] color --- .../components/CapturesTab/DictationReadinessChecklist.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/components/CapturesTab/DictationReadinessChecklist.tsx b/app/src/components/CapturesTab/DictationReadinessChecklist.tsx index f20ba76b..5ed52c37 100644 --- a/app/src/components/CapturesTab/DictationReadinessChecklist.tsx +++ b/app/src/components/CapturesTab/DictationReadinessChecklist.tsx @@ -29,12 +29,12 @@ function ChecklistRow({ icon, title, description, ready, action }: RowProps) {
{ready ? ( - + ) : ( )}