Skip to content

Commit

Permalink
revert: icon handling in RteCustomInlineStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum committed Jan 30, 2025
1 parent ac28894 commit 2dc0ea3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions storybook/src/admin-rte/RteCustomInlineStyles.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ const rteOptions: IRteOptions = {
customInlineStyles: {
HIGHLIGHT: {
label: "Highlight!",
icon: () => {
return <Favorite />;
},
icon: Favorite,
style: {
backgroundColor: "yellow",
},
Expand Down

0 comments on commit 2dc0ea3

Please sign in to comment.