Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor style fixes in light and dark mode #6489

Merged
merged 2 commits into from Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;
}
}