Skip to content

Commit

Permalink
Fix MenuButtonUnindent icon
Browse files Browse the repository at this point in the history
Resolves #168

Seems this was due to a typo in
#155, so this bug (showing
the "indent" icon for the "unindent" button) affected v1.8.3.
  • Loading branch information
sjdemartini committed Oct 13, 2023
1 parent 4a17567 commit b2c4771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/MenuButtonUnindent.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import FormatIndentDecrease from "@mui/icons-material/FormatIndentIncrease";
import FormatIndentDecrease from "@mui/icons-material/FormatIndentDecrease";
import { useRichTextEditorContext } from "../context";
import MenuButton, { type MenuButtonProps } from "./MenuButton";

Expand Down

0 comments on commit b2c4771

Please sign in to comment.