make call room name transparent

This commit is contained in:
Ajay Bura
2026-03-12 12:38:32 +05:30
parent 649c30bcc7
commit 66a18bdc10
@@ -36,6 +36,7 @@ export function CallRoomName({ room }: CallRoomNameProps) {
return (
<Chip
variant="Background"
fill="None"
radii="Pill"
before={
<RoomIcon size="200" joinRule={room.getJoinRule()} roomType={room.getType()} filled />