Skip to content

Commit

Permalink
title for block type on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Dec 10, 2020
1 parent ef78fe7 commit 857c968
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/StyleWrapper/StyleWrapperEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ const StyleWrapperEdit = (props) => {
onClick={() => {
setIsOpen(true);
}}
title="Style palette"
title={`${
props.type
? 'Style palette for ' + props.type
: 'Style pallete'
}`}
>
<Icon name={themeSVG} size="18px" />
</button>
Expand Down

0 comments on commit 857c968

Please sign in to comment.