Update to compound-web 3.0.1 (#12208)
* Update to compound-web 3.0.1 Pulls in a fix to make the indicator icon dot black/white rather than grey for activity. * Update snapshots * More snapshots
This commit is contained in:
parent
625b606f55
commit
c1871ea59f
5 changed files with 15 additions and 12 deletions
|
@ -71,7 +71,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|||
</section>
|
||||
</header>
|
||||
<div
|
||||
class="_separator_1dey0_17"
|
||||
class="_separator_144s5_17"
|
||||
data-kind="primary"
|
||||
data-orientation="horizontal"
|
||||
role="separator"
|
||||
/>
|
||||
|
@ -199,7 +200,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|||
</svg>
|
||||
</button>
|
||||
<div
|
||||
class="_separator_1dey0_17"
|
||||
class="_separator_144s5_17"
|
||||
data-kind="primary"
|
||||
data-orientation="horizontal"
|
||||
role="separator"
|
||||
/>
|
||||
|
@ -328,7 +330,8 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|||
</svg>
|
||||
</button>
|
||||
<div
|
||||
class="_separator_1dey0_17"
|
||||
class="_separator_144s5_17"
|
||||
data-kind="primary"
|
||||
data-orientation="horizontal"
|
||||
role="separator"
|
||||
/>
|
||||
|
|
|
@ -11,7 +11,7 @@ exports[`<VideoRoomChatButton /> renders button with an unread marker when room
|
|||
tabindex="0"
|
||||
>
|
||||
<div
|
||||
class="_indicator-icon_jtb4d_26"
|
||||
class="_indicator-icon_133tf_26"
|
||||
data-indicator="default"
|
||||
style="--cpd-icon-button-size: 100%;"
|
||||
>
|
||||
|
|
|
@ -52,7 +52,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
tabindex="0"
|
||||
>
|
||||
<div
|
||||
class="_indicator-icon_jtb4d_26"
|
||||
class="_indicator-icon_133tf_26"
|
||||
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
|
||||
>
|
||||
<div
|
||||
|
@ -70,7 +70,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
tabindex="0"
|
||||
>
|
||||
<div
|
||||
class="_indicator-icon_jtb4d_26"
|
||||
class="_indicator-icon_133tf_26"
|
||||
style="--cpd-icon-button-size: 100%; --cpd-color-icon-tertiary: var(--cpd-color-icon-disabled);"
|
||||
>
|
||||
<div />
|
||||
|
@ -85,7 +85,7 @@ exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|||
tabindex="0"
|
||||
>
|
||||
<div
|
||||
class="_indicator-icon_jtb4d_26"
|
||||
class="_indicator-icon_133tf_26"
|
||||
style="--cpd-icon-button-size: 100%;"
|
||||
>
|
||||
<div />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue