diff --git a/client/src/components/admin/add_logic.rs b/client/src/components/admin/add_logic.rs index d6e8463..a786dfa 100644 --- a/client/src/components/admin/add_logic.rs +++ b/client/src/components/admin/add_logic.rs @@ -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 => {