From 22799586c2fc87a60b45cc1096cbd37b73846f39 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Mon, 31 Oct 2022 18:58:16 +0200 Subject: [PATCH] change(block-style): pass className coming from styling widgets into style wrapper - this way we receive the has--key--value classes on the wrappers divs with the class styled- type of block --- src/StyleWrapper/StyleWrapperView.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StyleWrapper/StyleWrapperView.jsx b/src/StyleWrapper/StyleWrapperView.jsx index 92db93a..ba5f941 100644 --- a/src/StyleWrapper/StyleWrapperView.jsx +++ b/src/StyleWrapper/StyleWrapperView.jsx @@ -132,6 +132,7 @@ const StyleWrapperView = (props) => { customClass, theme, align, + props.className, { align, styled,