From fb6141ccab52918a14300b9e99ee07efbb89033d Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 23 Oct 2022 00:48:39 -0700 Subject: [PATCH] Add arrow to tooltip --- packages/editor/src/components/toolbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/components/toolbar/index.tsx b/packages/editor/src/components/toolbar/index.tsx index 6f0ab91c..2ea487be 100644 --- a/packages/editor/src/components/toolbar/index.tsx +++ b/packages/editor/src/components/toolbar/index.tsx @@ -34,7 +34,7 @@ import ActionConfig from '../../classes/action/action-config'; export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => { const selected = props.configuration.selected && props.configuration.selected(); return ( - +