We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29402d0 commit b2207d2Copy full SHA for b2207d2
src/components/buttons/button-indent-block.jsx
@@ -61,7 +61,7 @@ class ButtonIndentBlock extends React.Component {
61
onClick={this.execCommand}
62
tabIndex={this.props.tabIndex}
63
title={AlloyEditor.Strings.indent}>
64
- <ButtonIcon symbol="indent-less" />
+ <ButtonIcon symbol="indent-more" />
65
</button>
66
);
67
}
src/components/buttons/button-outdent-block.jsx
@@ -61,7 +61,7 @@ class ButtonOutdentBlock extends React.Component {
title={AlloyEditor.Strings.outdent}>
- <ButtonIcon symbol="indent-more" />
+ <ButtonIcon symbol="indent-less" />
0 commit comments