Skip to content

Commit

Permalink
bold style
Browse files Browse the repository at this point in the history
  • Loading branch information
UUGTech committed Apr 24, 2024
1 parent cad4c63 commit 630828e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/popups/branch_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use anyhow::Result;
use crossterm::event::Event;
use ratatui::{
layout::{Alignment, Margin, Rect},
style::Stylize,
text::{Line, Span},
widgets::{Block, Borders, Clear, Paragraph},
Frame,
Expand Down Expand Up @@ -131,8 +130,7 @@ impl DrawableComponent for BranchSortPopup {
.borders(Borders::NONE)
.border_style(self.theme.block(true)),
)
.alignment(Alignment::Left)
.not_bold(),
.alignment(Alignment::Left),
area,
);
}
Expand Down

0 comments on commit 630828e

Please sign in to comment.