From 105cafb09e3d241d409821989b80c2491624f1f5 Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Tue, 29 Oct 2024 18:28:05 +0900 Subject: [PATCH] Fix undo/redo Button size in Storybook playground (#66538) Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: ciampo Co-authored-by: tyxla --- storybook/stories/playground/with-undo-redo/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storybook/stories/playground/with-undo-redo/index.js b/storybook/stories/playground/with-undo-redo/index.js index 77e059247a051..b5a6067cad24b 100644 --- a/storybook/stories/playground/with-undo-redo/index.js +++ b/storybook/stories/playground/with-undo-redo/index.js @@ -52,6 +52,7 @@ export default function EditorWithUndoRedo() { accessibleWhenDisabled icon={ undoIcon } label="Undo" + size="compact" />