From 377c51586770f06370a527361c2fd13e53ad837d Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 30 Sep 2025 15:26:12 +0000
Subject: [PATCH 1/2] Initial plan
From 6d271a2e9e4ea05cc819bb5804e1fc62c957ce82 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 30 Sep 2025 15:35:17 +0000
Subject: [PATCH 2/2] Fix table sorting icon contrast to meet WCAG AA standards
Co-authored-by: lkiesow <1008395+lkiesow@users.noreply.github.com>
---
src/components/shared/Table.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/shared/Table.tsx b/src/components/shared/Table.tsx
index 1ca60c6137..3608c19ee8 100644
--- a/src/components/shared/Table.tsx
+++ b/src/components/shared/Table.tsx
@@ -224,11 +224,11 @@ const Table = ({
+ color: reverse === "ASC" && column.name === sortBy ? "#1d5888" : "#5a5e63" }}/>
+ color: reverse !== "ASC" && column.name === sortBy ? "#1d5888" : "#5a5e63" }}/>