Skip to content

Commit

Permalink
#2064 Fix outline-solid (#2078)
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn authored Jul 30, 2024
1 parent ef37446 commit c994e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class CommonCanvasTextToolbar extends React.Component {

const subMenuOutline = [
{ action: "outline-none", label: this.getLabel("texttoolbar.outlineNone"), enable: true },
{ action: "outline-visible", label: this.getLabel("texttoolbar.outlineSolid"), enable: true }
{ action: "outline-solid", label: this.getLabel("texttoolbar.outlineSolid"), enable: true }
];

return {
Expand Down

0 comments on commit c994e2d

Please sign in to comment.