Skip to content

Commit

Permalink
Can't change color of devider dot
Browse files Browse the repository at this point in the history
  • Loading branch information
anik committed Nov 14, 2019
1 parent d786d5d commit 1676ab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/reactjs/src/blocks/divider/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class Edit extends Component {
{((style == 'fill') || (style == 'dot') || (style == 'dash')) ?
<div className={`qubely-block-divider-style-${style}`} />
:
<span >{icons[style]}</span>
<span data-name={style}>{icons[style]}</span>
}
</div>
}
Expand Down
5 changes: 3 additions & 2 deletions assets/reactjs/src/blocks/divider/icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1676ab2

Please sign in to comment.