From 872da30815005711c40a1c42b072b1bce349a277 Mon Sep 17 00:00:00 2001 From: timmi Date: Wed, 2 Apr 2025 03:38:57 -0700 Subject: [PATCH] Changing text filter color from red to slate grey --- frontend/react-app/src/css/TaskList.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/react-app/src/css/TaskList.css b/frontend/react-app/src/css/TaskList.css index b1a087b..580af38 100644 --- a/frontend/react-app/src/css/TaskList.css +++ b/frontend/react-app/src/css/TaskList.css @@ -85,5 +85,5 @@ thead th{ } #searchThis { - color: red; + color: darkslategray; } \ No newline at end of file