@descope/web-components-ui 1.136.0 → 1.137.0

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.
@@ -1647,7 +1647,7 @@ const createStyleMixin$1 =
1647
1647
 
1648
1648
 
1649
1649
  #setAttrOverride(attrName, value) {
1650
- const style = this.#overrideStyleEle?.cssRules[0].style;
1650
+ const style = this.#overrideStyleEle?.cssRules[0]?.style;
1651
1651
 
1652
1652
  if (!style) return;
1653
1653