From a0568456d7489dc5e5aefa74bcb4eeef7801cec9 Mon Sep 17 00:00:00 2001
From: JuanGarriuz <juan.garcia@wazuh.com>
Date: Mon, 2 Sep 2024 08:39:22 +0200
Subject: [PATCH 1/3] Get details darker

---
 .../overview/mitre/intelligence/resource_detail_flyout.tsx | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx b/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx
index 57299494f8..590f852b5b 100644
--- a/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx
+++ b/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx
@@ -16,10 +16,7 @@ import { MitreAttackResources } from './resources';
 import { ReferencesTable } from './resource_detail_references_table';
 
 import {
-  EuiFlyout,
   EuiFlyoutHeader,
-  EuiOverlayMask,
-  EuiOutsideClickDetector,
   EuiTitle,
   EuiText,
   EuiFlexGroup,
@@ -64,7 +61,7 @@ export const ModuleMitreAttackIntelligenceFlyout = ({
                   <div>
                     <strong>{detailProperty.label}</strong>
                   </div>
-                  <EuiText color='subdued'>
+                  <EuiText>
                     {detailProperty.render
                       ? detailProperty.render(details[detailProperty.id])
                       : details[detailProperty.id]}
@@ -79,7 +76,7 @@ export const ModuleMitreAttackIntelligenceFlyout = ({
             <div>
               <strong>Description</strong>
             </div>
-            <EuiText color='subdued'>
+            <EuiText>
               {details.description ? (
                 <Markdown markdown={details.description} />
               ) : (

From baaf9b65b7cdd3a4f6d48f417428f263f5a393d3 Mon Sep 17 00:00:00 2001
From: JuanGarriuz <juan.garcia@wazuh.com>
Date: Mon, 2 Sep 2024 08:45:56 +0200
Subject: [PATCH 2/3] Added changelog

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95f10cbcfb..e2dfd2f8d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ All notable changes to the Wazuh app project will be documented in this file.
 ### Changed
 
 - Upgraded the `axios` dependency to `1.7.4` [#6919](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6919)
+- Upgraded MITRE ATT&CK intelligence flyout details readability [#6954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6954)
 
 ## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 05
 

From 9f9beb0a79a168320e2a20bba06174be7874e256 Mon Sep 17 00:00:00 2001
From: JuanGarriuz <juan.garcia@wazuh.com>
Date: Mon, 2 Sep 2024 11:47:50 +0200
Subject: [PATCH 3/3] Update CHANGELOG

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2dfd2f8d6..89fda37cfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,7 @@ All notable changes to the Wazuh app project will be documented in this file.
 ### Changed
 
 - Upgraded the `axios` dependency to `1.7.4` [#6919](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6919)
-- Upgraded MITRE ATT&CK intelligence flyout details readability [#6954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6954)
+- Improved MITRE ATT&CK intelligence flyout details readability [#6954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6954)
 
 ## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 05