We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92da2f4 commit 533f998Copy full SHA for 533f998
1 file changed
package/src/components/Poll/components/PollInputDialog.tsx
@@ -144,6 +144,7 @@ const useStyles = () => {
144
fontSize: primitives.typographyFontSizeMd,
145
fontWeight: primitives.typographyFontWeightMedium,
146
lineHeight: primitives.typographyLineHeightNormal,
147
+ writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
148
},
149
transparentContainer: {
150
alignItems: 'center',
0 commit comments