From cf1f27101c5e21d1cb0c8ed0698a935914121806 Mon Sep 17 00:00:00 2001 From: Algis Dumbris Date: Sun, 1 Feb 2026 12:54:45 +0200 Subject: [PATCH] fix(ui): use theme-aware colors in sensitive data detection panel The sensitive data detection section in the Activity drawer was using dark-themed text colors that were unreadable on alert backgrounds in dark mode. Updated to use theme-inherit classes for proper contrast. Changes: - Use text-inherit on container to inherit alert text color - Use bg-base-100/20 for semi-transparent backgrounds - Use border-current for badge borders - Use text-inherit/70 for secondary text with opacity Co-Authored-By: Claude Opus 4.5 --- frontend/src/views/Activity.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/Activity.vue b/frontend/src/views/Activity.vue index 15e2c81c..61559332 100644 --- a/frontend/src/views/Activity.vue +++ b/frontend/src/views/Activity.vue @@ -504,7 +504,7 @@ Sensitive Data Detected
-
+
Severity: @@ -517,7 +517,7 @@ {{ dtype }} @@ -529,13 +529,13 @@
{{ detection.severity }} - {{ detection.type }} - in {{ detection.location }} + {{ detection.type }} + in {{ detection.location }} example