Skip to content

Commit

Permalink
Fix iconRTL for center alignment (#5227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop7 authored Nov 15, 2023
1 parent 3a1a18b commit 8195bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const ELEMENT_FORMAT_OPTIONS: {
} = {
center: {
icon: 'center-align',
iconRTL: 'right-align',
iconRTL: 'center-align',
name: 'Center Align',
},
end: {
Expand Down

2 comments on commit 8195bc4

@vercel
Copy link

@vercel vercel bot commented on 8195bc4 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-git-main-fbopensource.vercel.app
lexical.dev
lexical-fbopensource.vercel.app
lexicaljs.com
www.lexical.dev
lexicaljs.org

@vercel
Copy link

@vercel vercel bot commented on 8195bc4 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
lexical-playground-fbopensource.vercel.app
playground.lexical.dev

Please sign in to comment.