From fa786d75bbb7688651dd0718ace6cfe0d652a576 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Fri, 8 Mar 2024 11:09:12 +0100 Subject: [PATCH 1/2] Minor style fixes in light and dark mode --- plugins/main/public/styles/common.scss | 4 ++-- plugins/main/public/styles/theme/dark/index.dark.scss | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugins/main/public/styles/common.scss b/plugins/main/public/styles/common.scss index 25dac187ba..b806c95086 100644 --- a/plugins/main/public/styles/common.scss +++ b/plugins/main/public/styles/common.scss @@ -1869,9 +1869,9 @@ iframe.width-changed { .wz-app { .euiPage { - background-color: #fafbfd; + background-color: transparent; } [name='OverviewWelcome'] .euiIcon--app .euiIcon__fillSecondary { - fill: #000000; + fill: #000000bb; } } diff --git a/plugins/main/public/styles/theme/dark/index.dark.scss b/plugins/main/public/styles/theme/dark/index.dark.scss index 47120ca3a7..4f037e9dba 100644 --- a/plugins/main/public/styles/theme/dark/index.dark.scss +++ b/plugins/main/public/styles/theme/dark/index.dark.scss @@ -464,3 +464,9 @@ svg .legend text { .copy-codeblock-wrapper .euiToolTipAnchor { background-color: rgba(0, 0, 0, 0.7); } + +.wz-app { + [name='OverviewWelcome'] .euiIcon--app .euiIcon__fillSecondary { + fill: #dfe5ef; + } +} From bb0ee69126a8059cacf5158b74ccd23c708ad119 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Fri, 8 Mar 2024 11:24:03 +0100 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185ec4518f..ac4c682e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed the help menu, to be consistent and avoid duplication [#6374](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6374) - Fixed the axis label visual bug from dashboards [#6378](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6378) - Fixed a error pop-up spawn in MITRE ATT&CK [#6431](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6431) -- Fixed minor style issues [#6484](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6484) +- Fixed minor style issues [#6484](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6484) [#6489](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6489) ### Removed