From 7ad33344681b430feff9b00392bf6d8e9e1722e7 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Fri, 25 Jun 2021 17:47:07 -0400 Subject: Remove unused styles, Fix comment navigation, Fix add comment --- src/components/comments/CommentTextField.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'src/components/comments/CommentTextField.tsx') diff --git a/src/components/comments/CommentTextField.tsx b/src/components/comments/CommentTextField.tsx index 6e92329c..65a237e7 100644 --- a/src/components/comments/CommentTextField.tsx +++ b/src/components/comments/CommentTextField.tsx @@ -99,20 +99,18 @@ const CommentTextField: FC = ({ )} - {(theme === 'white' || (theme === 'dark' && keyboardVisible)) && ( - - - - - - )} + + + + + {validateInput(keyboardText) && -- cgit v1.2.3-70-g09d2