Add Zoom button to assistant panel

This commit is contained in:
Nathan Sobo 2023-06-21 19:50:22 -06:00
parent a75341db97
commit a49189a704
3 changed files with 60 additions and 1 deletions

View file

@ -27,6 +27,32 @@ export default function assistant(colorScheme: ColorScheme) {
margin: { left: 12 },
}
},
zoomInButton: {
icon: {
color: text(layer, "sans", "default", { size: "sm" }).color,
asset: "icons/maximize_8.svg",
dimensions: {
width: 12,
height: 12,
},
},
container: {
margin: { right: 12 },
}
},
zoomOutButton: {
icon: {
color: text(layer, "sans", "default", { size: "sm" }).color,
asset: "icons/minimize_8.svg",
dimensions: {
width: 12,
height: 12,
},
},
container: {
margin: { right: 12 },
}
},
plusButton: {
icon: {
color: text(layer, "sans", "default", { size: "sm" }).color,