From 8195bc4fa15ef4bf19010277a1d3e95d2aa930cb Mon Sep 17 00:00:00 2001 From: Ivaylo Pavlov Date: Wed, 15 Nov 2023 17:41:53 +0000 Subject: [PATCH] Fix iconRTL for center alignment (#5227) --- packages/lexical-playground/src/plugins/ToolbarPlugin/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lexical-playground/src/plugins/ToolbarPlugin/index.tsx b/packages/lexical-playground/src/plugins/ToolbarPlugin/index.tsx index 2dac04f5cd2..357947fa992 100644 --- a/packages/lexical-playground/src/plugins/ToolbarPlugin/index.tsx +++ b/packages/lexical-playground/src/plugins/ToolbarPlugin/index.tsx @@ -164,7 +164,7 @@ const ELEMENT_FORMAT_OPTIONS: { } = { center: { icon: 'center-align', - iconRTL: 'right-align', + iconRTL: 'center-align', name: 'Center Align', }, end: {