highlight restored

This commit is contained in:
filipriec
2025-04-18 11:35:15 +02:00
parent ca231964f2
commit efa27cd2dd

View File

@@ -78,6 +78,11 @@ pub fn render_add_table(
.border_type(BorderType::Rounded)
.border_style(columns_border_style),
)
.row_highlight_style(
Style::default()
.add_modifier(Modifier::REVERSED)
.fg(theme.highlight),
)
.highlight_symbol(" > "); // Use the inside symbol
f.render_stateful_widget(columns_table, inner_area, &mut add_table_state.column_table_state);
return; // IMPORTANT: Stop rendering here for fullscreen mode