@meetelise/chat 1.22.35 → 1.22.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.35",
3
+ "version": "1.22.36",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -3012,7 +3012,7 @@ otherwise there's some empty space at the bottom of the button, which interferes
3012
3012
  ${this.hasSSTEnabledDesktop?U`
3013
3013
  <div
3014
3014
  @click=${this.onClickSSTOption}
3015
- style=${Pe({background:this.backgroundColor})}
3015
+ style=${Pe({background:this.brandColor})}
3016
3016
  id="overlay-inner-pill"
3017
3017
  class="inner-pill-wrapper"
3018
3018
  >
@@ -578,7 +578,7 @@ export class Launcher extends LitElement {
578
578
  <div
579
579
  @click=${this.onClickSSTOption}
580
580
  style=${styleMap({
581
- background: this.backgroundColor,
581
+ background: this.brandColor,
582
582
  })}
583
583
  id="overlay-inner-pill"
584
584
  class="inner-pill-wrapper"