mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
consistent style
This commit is contained in:
parent
2242ed34d2
commit
e16132cfd0
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue