refactor(ui): Tweaked some of the color schemes in the series table

This commit is contained in:
2024-12-13 13:10:57 -07:00
parent 39f8ad2106
commit 98619664cf
6 changed files with 60 additions and 47 deletions
@@ -226,7 +226,7 @@ fn draw_file_info(f: &mut Frame<'_>, app: &App<'_>, area: Rect) {
f.render_widget(video_details_title_paragraph, video_details_title_area);
f.render_widget(video_details_paragraph, video_details_area);
}
_ => (),
_ => f.render_widget(layout_block_top_border(), area),
},
_ => f.render_widget(
LoadingBlock::new(app.is_loading, layout_block_top_border()),