Skip to content

Commit

Permalink
make close button always bold
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Aug 19, 2024
1 parent 28b0485 commit 6dbf162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm-main/src/tui/components/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn popup_close_button_highlight() -> Title<'static> {
}

pub fn popup_close_button() -> Title<'static> {
Title::from(" [CLOSE] ")
Title::from(" [CLOSE] ".bold())
.alignment(Alignment::Right)
.position(Position::Bottom)
}

0 comments on commit 6dbf162

Please sign in to comment.