Skip to content

Commit e16132c

Browse files
author
Stephan Dilly
committed
consistent style
1 parent 2242ed3 commit e16132c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tabs/revlog/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ impl DrawableComponent for Revlog {
269269
.block(
270270
Block::default()
271271
.borders(Borders::ALL)
272-
.title(title.as_str()),
272+
.title(title.as_str())
273+
.border_style(self.theme.block(true))
274+
.title_style(self.theme.title(true)),
273275
)
274276
.alignment(Alignment::Left),
275277
area,

0 commit comments

Comments
 (0)