Outline some unfinished elements

This commit is contained in:
Nate Butler 2023-11-24 08:58:49 -05:00
parent 700168467e
commit 7e61d340ce
3 changed files with 22 additions and 4 deletions

View file

@ -37,7 +37,7 @@ impl RenderOnce for IconButton {
};
if self.selected {
bg_color = bg_hover_color;
bg_color = cx.theme().colors().element_selected;
}
let mut button = h_stack()