Skip to content

Commit

Permalink
feat: update justify icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Mar 23, 2024
1 parent 07691d0 commit d74c1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs-ui/src/controllers/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export function AlignJustifyMenuItemFactory(accessor: IAccessor): IMenuButtonIte
id: AlignJustifyCommand.id,
group: MenuGroup.TOOLBAR_LAYOUT,
type: MenuItemType.BUTTON,
icon: 'RightJustifyingSingle',
icon: 'AlignTextBothSingle',
tooltip: 'toolbar.alignJustify',
positions: [MenuPosition.TOOLBAR_START],
activated$: new Observable<boolean>((subscriber) => {
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/src/common/component-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
AdjustHeight,
AdjustWidth,
AlignBottomSingle,
AlignTextBothSingle,
AlignTopSingle,
AllBorderSingle,
AmplifySingle,
Expand Down Expand Up @@ -170,6 +171,7 @@ export class ComponentManager {
RedoSingle,
RightBorder,
RightJustifyingSingle,
AlignTextBothSingle,
RightRotationFortyFiveDegreesSingle,
RightRotationNinetyDegreesSingle,
StrikethroughSingle,
Expand Down

0 comments on commit d74c1f9

Please sign in to comment.