Use the `ghost` variant for a flat button style in the toolbar

Nate Butler created

Change summary

styles/src/style_tree/workspace.ts | 1 +
1 file changed, 1 insertion(+)

Detailed changes

styles/src/style_tree/workspace.ts 🔗

@@ -152,6 +152,7 @@ export default function workspace(): any {
             }),
             toggleable_tool: toggleable_icon_button(theme, {
                 margin: { left: 8 },
+                variant: "ghost",
                 active_color: "accent",
             }),
             padding: { left: 8, right: 8, top: 4, bottom: 4 },