Skip to content

Commit 148d567

Browse files
committed
bold style
1 parent 16e1e0d commit 148d567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/popups/branch_sort.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use anyhow::Result;
22
use crossterm::event::Event;
33
use ratatui::{
44
layout::{Alignment, Margin, Rect},
5-
style::Stylize,
65
text::{Line, Span},
76
widgets::{Block, Borders, Clear, Paragraph},
87
Frame,
@@ -131,8 +130,7 @@ impl DrawableComponent for BranchSortPopup {
131130
.borders(Borders::NONE)
132131
.border_style(self.theme.block(true)),
133132
)
134-
.alignment(Alignment::Left)
135-
.not_bold(),
133+
.alignment(Alignment::Left),
136134
area,
137135
);
138136
}

0 commit comments

Comments
 (0)