Skip to content

Commit e78968f

Browse files
committed
changed(log): sidebar font weight
1 parent cc6b1d6 commit e78968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub fn render_tab_log(f: &mut Frame, app: &App) {
7070

7171
Line::from(vec![
7272
Span::from(indicator),
73-
Span::from(format!("[{j:02}]")).style(Style::new().bg(color).fg(Color::Black)),
73+
Span::from(format!("[{j:02}]")).style(Style::new().bg(color).fg(Color::Black).bold()),
7474
])
7575
})
7676
.collect();

0 commit comments

Comments
 (0)