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

This commit is contained in:
Nate Butler 2023-08-16 14:24:36 -04:00 committed by Kirill Bulatov
parent 5bb6a14d42
commit ef86c08174

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 },