Upgrade compound-web (#12234)
* Upgrade compound-web I forgot to include this in https://github.com/matrix-org/matrix-react-sdk/pull/12209, which has caused avatar and username colors to be out of sync and sometimes revert to plain black/white. * Update tests * Update tests
This commit is contained in:
parent
a4987060b7
commit
b422641258
33 changed files with 173 additions and 183 deletions
|
@ -17,7 +17,7 @@ exports[`PeopleRoomSettingsTab with requests to join renders requests fully 1`]
|
|||
>
|
||||
<span
|
||||
aria-label="Profile picture"
|
||||
class="_avatar_1o69u_17 mx_BaseAvatar mx_PeopleRoomSettingsTab_avatar"
|
||||
class="_avatar_k41ul_17 mx_BaseAvatar mx_PeopleRoomSettingsTab_avatar"
|
||||
data-color="4"
|
||||
data-testid="avatar-img"
|
||||
data-type="round"
|
||||
|
@ -26,7 +26,7 @@ exports[`PeopleRoomSettingsTab with requests to join renders requests fully 1`]
|
|||
>
|
||||
<img
|
||||
alt=""
|
||||
class="_image_1o69u_49"
|
||||
class="_image_k41ul_49"
|
||||
crossorigin="anonymous"
|
||||
data-type="round"
|
||||
height="42px"
|
||||
|
@ -110,7 +110,7 @@ exports[`PeopleRoomSettingsTab with requests to join renders requests reduced 1`
|
|||
class="mx_PeopleRoomSettingsTab_knock"
|
||||
>
|
||||
<span
|
||||
class="_avatar_1o69u_17 mx_BaseAvatar mx_PeopleRoomSettingsTab_avatar _avatar-imageless_1o69u_60"
|
||||
class="_avatar_k41ul_17 mx_BaseAvatar mx_PeopleRoomSettingsTab_avatar _avatar-imageless_k41ul_60"
|
||||
data-color="4"
|
||||
data-testid="avatar-img"
|
||||
data-type="round"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue