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

This commit is contained in:
Nate Butler
2023-08-16 23:38:11 +03:00
committed by Kirill Bulatov
parent 5bb6a14d42
commit ef86c08174
+1
View File
@@ -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 },