Skip to content

Commit 7993911

Browse files
author
Stephan Dilly
authored
Fix style (#454)
1 parent 196fe4a commit 7993911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/externaleditor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl DrawableComponent for ExternalEditorComponent {
143143
.border_type(BorderType::Thick)
144144
.border_style(self.theme.block(true)),
145145
)
146-
.style(self.theme.text_danger()),
146+
.style(self.theme.block(true)),
147147
area,
148148
);
149149
}

src/ui/style.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ impl Default for Theme {
286286
commit_time: Color::LightCyan,
287287
commit_author: Color::Green,
288288
danger_fg: Color::Red,
289-
push_gauge_bg: Color::White,
290-
push_gauge_fg: Color::Red,
289+
push_gauge_bg: Color::Blue,
290+
push_gauge_fg: Color::Reset,
291291
}
292292
}
293293
}

0 commit comments

Comments
 (0)