Skip to content

Commit

Permalink
Bug: Right Align in Toolbar for RTL direction shows Left Align Icon (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad12398 authored Feb 9, 2024
1 parent 48c19cf commit ffd9521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const ELEMENT_FORMAT_OPTIONS: {
},
right: {
icon: 'right-align',
iconRTL: 'left-align',
iconRTL: 'right-align',
name: 'Right Align',
},
start: {
Expand Down

0 comments on commit ffd9521

Please sign in to comment.