diff --git a/rm-main/src/ui/tabs/torrents/popups/files.rs b/rm-main/src/ui/tabs/torrents/popups/files.rs index 5a9a2ef..0bfce3d 100644 --- a/rm-main/src/ui/tabs/torrents/popups/files.rs +++ b/rm-main/src/ui/tabs/torrents/popups/files.rs @@ -241,7 +241,10 @@ impl Component for FilesPopup { } }; let block = block - .title(Title::from(format!(" {} ", download_dir)).alignment(Alignment::Right)) + .title( + Title::from(format!(" {} ", download_dir).set_style(highlight_style)) + .alignment(Alignment::Right), + ) .title( Title::from(" [ CLOSE ] ".set_style(close_button_style)) .alignment(Alignment::Right)