diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index f7ea6597..3d228104 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 58f44e48..d238f9fd 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); -}