add Bordered, need to fix Inset

This commit is contained in:
🪞👃🪞 2024-09-29 23:46:45 +03:00
parent 418e662aaf
commit 49c892328a
2 changed files with 20 additions and 2 deletions

View file

@ -1431,7 +1431,10 @@ impl Content for Sequencer<Tui> {
row!(toolbar, content)
.fill_x()
//.inset_x(1)
.background(Color::Rgb(50,40,30))
.background(Color::Rgb(40,50,30))
.border(Lozenge(Style::default()
.bg(Color::Rgb(40,50,30))
.fg(Color::Rgb(70,80,50))))
}
}