mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Fix style (#454)
This commit is contained in:
parent
196fe4ab43
commit
79939115af
2 changed files with 3 additions and 3 deletions
|
|
@ -143,7 +143,7 @@ impl DrawableComponent for ExternalEditorComponent {
|
|||
.border_type(BorderType::Thick)
|
||||
.border_style(self.theme.block(true)),
|
||||
)
|
||||
.style(self.theme.text_danger()),
|
||||
.style(self.theme.block(true)),
|
||||
area,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -286,8 +286,8 @@ impl Default for Theme {
|
|||
commit_time: Color::LightCyan,
|
||||
commit_author: Color::Green,
|
||||
danger_fg: Color::Red,
|
||||
push_gauge_bg: Color::White,
|
||||
push_gauge_fg: Color::Red,
|
||||
push_gauge_bg: Color::Blue,
|
||||
push_gauge_fg: Color::Reset,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue