diff --git a/src/usecases/fzf_make/ui.rs b/src/usecases/fzf_make/ui.rs index 63d88736..5f709d42 100644 --- a/src/usecases/fzf_make/ui.rs +++ b/src/usecases/fzf_make/ui.rs @@ -48,7 +48,7 @@ fn rounded_border_block(title: &str, is_current: bool) -> Block { let fg_color = if is_current { fg_color_selected() } else { - Color::default() + fg_color_not_selected() }; Block::default()