Update zoom icons
This commit is contained in:
parent
530561e4eb
commit
f0cddeb478
3 changed files with 10 additions and 2 deletions
|
@ -80,10 +80,10 @@ export default function assistant(theme: ColorScheme): any {
|
|||
icon: "icons/radix/magic-wand.svg",
|
||||
}),
|
||||
zoom_in_button: tab_bar_button(theme, {
|
||||
icon: "icons/radix/enter-full-screen.svg",
|
||||
icon: "icons/radix/maximize.svg",
|
||||
}),
|
||||
zoom_out_button: tab_bar_button(theme, {
|
||||
icon: "icons/radix/exit-full-screen.svg",
|
||||
icon: "icons/radix/minimize.svg",
|
||||
}),
|
||||
plus_button: tab_bar_button(theme, {
|
||||
icon: "icons/radix/plus.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue