Closed peterfab9845 closed 2 years ago
When using some themes, the theme object returned from browser.theme.getCurrent() will not have a colors property defined. When we try to access colors.icons, TypeErrors are produced (every time a message with an appointment is opened):
theme
browser.theme.getCurrent()
colors
colors.icons
When using some themes, the
theme
object returned frombrowser.theme.getCurrent()
will not have acolors
property defined. When we try to accesscolors.icons
, TypeErrors are produced (every time a message with an appointment is opened):