Skip to content

Commit 533f998

Browse files
committed
fix: PollInputDialog title misaligned in RTL mode
1 parent 92da2f4 commit 533f998

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/src/components/Poll/components/PollInputDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ const useStyles = () => {
144144
fontSize: primitives.typographyFontSizeMd,
145145
fontWeight: primitives.typographyFontWeightMedium,
146146
lineHeight: primitives.typographyLineHeightNormal,
147+
writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
147148
},
148149
transparentContainer: {
149150
alignItems: 'center',

0 commit comments

Comments
 (0)