Skip to content

Commit

Permalink
[Discover][Borealis] Fix DocViewer cell color (elastic#202918)
Browse files Browse the repository at this point in the history
- Closes elastic#202043

## Summary

This PR fixes text color in DocViewer in the light Borealis theme.

Before:
<img width="400" alt="390511364-e73c9c18-a40a-4026-8a94-e24212f19ca4"
src="https://github.com/user-attachments/assets/ecb12c37-3dc3-4163-b9d1-beaebf914faa">


After:
<img width="597" alt="Screenshot 2024-12-09 at 16 12 08"
src="https://github.com/user-attachments/assets/ea839509-6732-426f-b048-6e73fc2270a1">


### Testing

* Add the following to your `kibana.dev.yml`
```
uiSettings.experimental.themeSwitcherEnabled: true
uiSettings.overrides.theme:name: borealis
```
* Start Kibana with `KBN_OPTIMIZER_THEMES="experimental" yarn start`
  • Loading branch information
jughosta authored and CAWilson94 committed Dec 12, 2024
1 parent 61b5b31 commit 3946bef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
word-wrap: break-word;
white-space: pre-wrap;
line-height: $euiLineHeight;
color: $euiColorFullShade;
vertical-align: top;

&--highlighted {
Expand Down

0 comments on commit 3946bef

Please sign in to comment.