From d7f99e7ce02cc61865ef4d1be07743254255579d Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Tue, 13 May 2025 17:41:46 -0300 Subject: [PATCH] fix: json selection not visible (#8028) * Fixed json selection not appearing and selection color * Added h full to json viewer --- .../core/jsonOutputComponent/json-output-view.tsx | 2 +- src/frontend/src/style/classes.css | 5 +++++ src/frontend/src/style/index.css | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/frontend/src/components/core/jsonOutputComponent/json-output-view.tsx b/src/frontend/src/components/core/jsonOutputComponent/json-output-view.tsx index 1426df796..5a039d74f 100644 --- a/src/frontend/src/components/core/jsonOutputComponent/json-output-view.tsx +++ b/src/frontend/src/components/core/jsonOutputComponent/json-output-view.tsx @@ -24,7 +24,7 @@ const JsonOutputViewComponent: React.FC = ({ const initialFilter = output?.options?.filter; return ( -
+