From 5e62444ef78a7ef3726c5f5500b119e59646324a Mon Sep 17 00:00:00 2001 From: AmeyaJain-25 Date: Tue, 16 Mar 2021 15:54:32 +0530 Subject: [PATCH] Close Button added for ChatBox and ParticipantsList --- .../syntaxmeets/src/components/SyntaxChat/ParticipantsList.js | 2 ++ frontend/syntaxmeets/src/components/SyntaxChat/SyntaxChat.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js b/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js index 54588a8cc..f35584e60 100644 --- a/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js +++ b/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js @@ -12,6 +12,7 @@ import { List, } from "@material-ui/core"; import { makeStyles } from "@material-ui/core/styles"; +import CloseSharpIcon from '@material-ui/icons/CloseSharp'; const useStyles = makeStyles({ list: { @@ -78,6 +79,7 @@ function ParticipantsList(props) { open={openList} onClose={() => setOpenList(false)} > + setOpenList(false)} />
{ Chat Box +