refactor: icon styling and headerbar icon styling

Headerbar icons are transparent when their window is not focused, but otherwise share the same style as icons with selection. This updates the icon styles to match figma when selected.
This commit is contained in:
Ashley Wulber 2024-03-11 15:21:48 -04:00 committed by Ashley Wulber
parent 6f6eeec0e7
commit e47684ffdb
11 changed files with 121 additions and 115 deletions

View file

@ -469,7 +469,6 @@ impl Application for Window {
};
let mut header = header_bar()
.window_id(window::Id::MAIN)
.title("COSMIC Design System - Iced")
.on_close(Message::Close)
.on_drag(Message::Drag)