Bug 1826299 - Use safe navigator for feature callout themes. r=omc-reviewers,jprickett

Differential Revision: https://phabricator.services.mozilla.com/D175349
This commit is contained in:
Shane Hughes 2023-04-14 16:47:58 +00:00
parent c311ff43f1
commit a1422d972b

View file

@ -1064,7 +1064,7 @@ export class FeatureCallout {
for (const name of FeatureCallout.themePropNames) {
this._setThemeVariable(
`--fc-${name}-${type}`,
scheme?.[name] || this.theme.all[name]
scheme?.[name] || this.theme.all?.[name]
);
}
}