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 ( return (
<Chip <Chip
variant="Background" variant="Background"
fill="None"
radii="Pill" radii="Pill"
before={ before={
<RoomIcon size="200" joinRule={room.getJoinRule()} roomType={room.getType()} filled /> <RoomIcon size="200" joinRule={room.getJoinRule()} roomType={room.getType()} filled />