Outline some unfinished elements
This commit is contained in:
parent
700168467e
commit
7e61d340ce
3 changed files with 22 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue