From 344def7e45905aa0b5395759290179bd61434bc0 Mon Sep 17 00:00:00 2001 From: heyhiru Date: Sun, 12 Nov 2023 21:25:52 +0530 Subject: [PATCH] changed styling of buttons Signed-off-by: heyhiru --- client/src/pages/room/[slug].jsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/client/src/pages/room/[slug].jsx b/client/src/pages/room/[slug].jsx index 0e342c3..ca2ecf8 100644 --- a/client/src/pages/room/[slug].jsx +++ b/client/src/pages/room/[slug].jsx @@ -210,17 +210,6 @@ const RoomPage = () => { height={300} width={500} /> -
- - - -
} { @@ -238,6 +227,20 @@ const RoomPage = () => { } + {myStream && + ( +
+ + + +
+ )} ) }