consistent style

This commit is contained in:
Stephan Dilly 2020-05-22 17:53:10 +02:00
parent 2242ed34d2
commit e16132cfd0

View file

@ -269,7 +269,9 @@ impl DrawableComponent for Revlog {
.block(
Block::default()
.borders(Borders::ALL)
.title(title.as_str()),
.title(title.as_str())
.border_style(self.theme.block(true))
.title_style(self.theme.title(true)),
)
.alignment(Alignment::Left),
area,