Fixed new ssh key box

This commit is contained in:
veeso 2021-05-22 10:53:51 +02:00
parent f738ce90e0
commit cae251905c

View file

@ -471,7 +471,7 @@ impl SetupActivity {
InputPropsBuilder::default()
.with_label(String::from("Username"))
.with_borders(
Borders::ALL | Borders::RIGHT | Borders::LEFT,
Borders::BOTTOM | Borders::RIGHT | Borders::LEFT,
BorderType::Plain,
Color::Reset,
)