editor: Fix line number to use same editor background. (#1282)
This commit is contained in:
parent
bd3bffaf67
commit
ca8d595936
1 changed files with 5 additions and 1 deletions
|
|
@ -1090,7 +1090,11 @@ impl Element for TextElement {
|
|||
input_bounds.size.height,
|
||||
),
|
||||
},
|
||||
cx.theme().background,
|
||||
cx.theme()
|
||||
.highlight_theme
|
||||
.style
|
||||
.background
|
||||
.unwrap_or(cx.theme().background),
|
||||
));
|
||||
|
||||
// Each item is the normal lines.
|
||||
|
|
|
|||
Loading…
Reference in a new issue