From 9e43b9953e62642ac346183471469cf7d9626302 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 31 Oct 2022 17:28:53 -0700 Subject: [PATCH] Add label to toolbar button. --- packages/editor/src/components/toolbar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/components/toolbar/index.tsx b/packages/editor/src/components/toolbar/index.tsx index b96203f9..1cc75bed 100644 --- a/packages/editor/src/components/toolbar/index.tsx +++ b/packages/editor/src/components/toolbar/index.tsx @@ -40,12 +40,12 @@ export const ToolbarButtonOption = (props: { configuration: ActionConfig }) => { arrow={true} enterDelay={700} > - + {typeof props.configuration.icon === 'function' ? props.configuration.icon()