mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix: gauge style
This commit is contained in:
parent
3e02bc65ca
commit
a55977874f
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ impl DrawableComponent for PushComponent {
|
|||
.border_type(BorderType::Thick)
|
||||
.border_style(self.theme.block(true)),
|
||||
)
|
||||
.style(
|
||||
.gauge_style(
|
||||
Style::default()
|
||||
.fg(Color::White)
|
||||
.bg(Color::Black), // .modifier(Modifier::ITALIC),
|
||||
|
|
|
|||
Loading…
Reference in a new issue