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 Dec 12, 2024
1 parent 9edadfd commit 6921de3
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 6921de3

Please sign in to comment.