Skip to content

Commit

Permalink
change(block-style): pass className coming from styling widgets into …
Browse files Browse the repository at this point in the history
…style wrapper

- this way we receive the has--key--value classes on the wrappers divs
  with the class styled- type of block
  • Loading branch information
ichim-david committed Oct 31, 2022
1 parent c871b2c commit 2279958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StyleWrapper/StyleWrapperView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const StyleWrapperView = (props) => {
customClass,
theme,
align,
props.className,
{
align,
styled,
Expand Down

0 comments on commit 2279958

Please sign in to comment.