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