From c1e8cdc4e0db1cece436e7c0ca29c7b530effd78 Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 12 Sep 2025 13:40:00 +0200 Subject: [PATCH] text color Signed-off-by: Timo K --- src/room/InCallView.tsx | 4 +--- src/room/WaitingForJoin.module.css | 5 ----- 2 files changed, 1 insertion(+), 8 deletions(-) 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); -}