We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29402d0 + b2207d2 commit 9a08264Copy full SHA for 9a08264
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