weird highlight is gone

This commit is contained in:
filipriec
2025-05-24 18:53:06 +02:00
parent 4e35043da0
commit 7229e2abbd

View File

@@ -40,7 +40,7 @@ pub fn render_add_logic(
let border_style_color = if is_edit_mode { theme.highlight } else { theme.secondary };
let border_style = Style::default().fg(border_style_color);
editor_ref.set_cursor_line_style(Style::default().bg(theme.secondary));
editor_ref.set_cursor_line_style(Style::default());
let script_title_hint = match add_logic_state.editor_keybinding_mode {
EditorKeybindingMode::Vim => {