diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index f7ea6597a..3d2281042 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -423,9 +423,7 @@ export const InCallView: FC = ({ size={AvatarSize.XL} /> - - {text} - + {text} ); diff --git a/src/room/WaitingForJoin.module.css b/src/room/WaitingForJoin.module.css index 58f44e481..d238f9fd5 100644 --- a/src/room/WaitingForJoin.module.css +++ b/src/room/WaitingForJoin.module.css @@ -44,8 +44,3 @@ opacity: 0; } } - -.label { - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); -}