mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
@@ -423,9 +423,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
size={AvatarSize.XL}
|
||||
/>
|
||||
</div>
|
||||
<Text size="md" className={waitingStyles.label}>
|
||||
{text}
|
||||
</Text>
|
||||
<Text size="md">{text}</Text>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -44,8 +44,3 @@
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: white;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user