Update icons in rust
Updated icons - Diagnostic states - Sidebar icons (project, contacts) - Navigation arrows
This commit is contained in:
parent
d1361f7dfc
commit
4ca4449394
3 changed files with 7 additions and 7 deletions
|
@ -118,7 +118,7 @@ impl View for Toolbar {
|
|||
.with_child(
|
||||
Flex::row()
|
||||
.with_child(nav_button(
|
||||
"icons/arrow-left.svg",
|
||||
"icons/Icon16ArrowLeft.svg",
|
||||
button_style,
|
||||
tooltip_style.clone(),
|
||||
enable_go_backward,
|
||||
|
@ -131,7 +131,7 @@ impl View for Toolbar {
|
|||
cx,
|
||||
))
|
||||
.with_child(nav_button(
|
||||
"icons/arrow-right.svg",
|
||||
"icons/Icon16ArrowRight.svg",
|
||||
button_style,
|
||||
tooltip_style.clone(),
|
||||
enable_go_forward,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue