From 24001b9f2d3143d66d292d6ed3e7a88fc2bf6b4e Mon Sep 17 00:00:00 2001 From: Ezerous Date: Thu, 4 Mar 2021 15:32:54 +0200 Subject: [PATCH] fix: corrected text area's style --- .../src/components/PostList/PostListRow/index.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx index e53f0ef..c06d258 100644 --- a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx +++ b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx @@ -2,7 +2,7 @@ import React, { memo, useEffect, useMemo, useState, useCallback, } from 'react'; import { - Dimmer, Feed, Icon, Placeholder, Ref, TextArea, + Dimmer, Feed, Form, Icon, Placeholder, Ref, TextArea, } from 'semantic-ui-react'; import PropTypes from 'prop-types'; import { useTranslation } from 'react-i18next'; @@ -184,10 +184,12 @@ const PostListRow = (props) => { ); } return ( -