feat: inactive window header icon/text colors
This commit is contained in:
parent
1355588723
commit
9292ea647b
2 changed files with 36 additions and 18 deletions
|
|
@ -299,7 +299,9 @@ impl<'a, Message: Clone + 'static> HeaderBar<'a, Message> {
|
|||
.padding(8)
|
||||
.spacing(8)
|
||||
.apply(widget::container)
|
||||
.style(crate::theme::Container::HeaderBar)
|
||||
.style(crate::theme::Container::HeaderBar {
|
||||
focused: self.focused,
|
||||
})
|
||||
.center_y()
|
||||
.apply(widget::mouse_area);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue