Skip to content

Commit

Permalink
Minor style fixes in light and dark mode (#6489)
Browse files Browse the repository at this point in the history
* Minor style fixes in light and dark mode

* Add changelog
  • Loading branch information
asteriscos committed Mar 8, 2024
1 parent 7986137 commit d1772f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions plugins/main/public/styles/common.scss
Expand Up @@ -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;
}
}
6 changes: 6 additions & 0 deletions plugins/main/public/styles/theme/dark/index.dark.scss
Expand Up @@ -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;
}
}

0 comments on commit d1772f9

Please sign in to comment.