Skip to content

Commit

Permalink
fix history block border color (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 authored Nov 27, 2023
1 parent b613594 commit 6fd958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usecases/fzf_make/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6fd958c

Please sign in to comment.