Skip to content

Commit

Permalink
[ES|QL] Improves the comments color in dark mode (elastic#203965)
Browse files Browse the repository at this point in the history
## Summary

Closes elastic#202152

Fixes the comments color in dark mode 

<img width="928" alt="image"
src="https://github.com/user-attachments/assets/7d007cfa-f6d4-45e9-817d-57178c64d0a4"
/>
  • Loading branch information
stratoula authored and CAWilson94 committed Jan 10, 2025
1 parent 2cb9433 commit 11e1bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-monaco/src/esql/lib/esql_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const buildESQLTheme = ({
'closing_metrics_line_comment',
'closing_metrics_multiline_comment',
],
euiThemeVars.euiColorDisabled
euiThemeVars.euiTextSubduedColor
),

// values
Expand Down

0 comments on commit 11e1bba

Please sign in to comment.