Support RTL text in the input fields (#720)
authoranyone00 <41706133+anyone00@users.noreply.github.com>
Sun, 7 Aug 2022 09:11:56 +0000 (12:11 +0300)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2022 09:11:56 +0000 (14:41 +0530)
commit96b22eb55714e29f939589813361f8b28e487b0d
treedc145264d09c0ebeacc675a087c16fae2e58961f
parent91871077516cd571a5a4f5b24877f489f5c5ff3d
Support RTL text in the input fields (#720)

* Support RTL text in the room input field

set the correct direction for text according to the language written in

* Make all input RTLable

Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
src/app/atoms/input/Input.jsx
src/app/organisms/room/RoomViewInput.jsx