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
|
@ -26,15 +26,15 @@ exports[`<AddExistingToSpaceDialog /> looks as expected 1`] = `
|
|||
>
|
||||
<span
|
||||
aria-label="Avatar"
|
||||
class="_avatar_1o69u_17 mx_BaseAvatar"
|
||||
data-color="6"
|
||||
class="_avatar_k41ul_17 mx_BaseAvatar"
|
||||
data-color="2"
|
||||
data-testid="avatar-img"
|
||||
data-type="square"
|
||||
style="--cpd-avatar-size: 40px;"
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
class="_image_1o69u_49"
|
||||
class="_image_k41ul_49"
|
||||
crossorigin="anonymous"
|
||||
data-type="square"
|
||||
height="40px"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue