Fix event info events size and color (#11252)
This commit is contained in:
@@ -71,7 +71,7 @@ export default class RoomAvatarEvent extends React.Component<IProps> {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="mx_RoomAvatarEvent">
|
||||
<>
|
||||
{_t(
|
||||
"%(senderDisplayName)s changed the room avatar to <img/>",
|
||||
{ senderDisplayName: senderDisplayName },
|
||||
@@ -87,7 +87,7 @@ export default class RoomAvatarEvent extends React.Component<IProps> {
|
||||
),
|
||||
},
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user