We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd9c32 commit 8f884b0Copy full SHA for 8f884b0
1 file changed
src/widget-mapbox.ts
@@ -81,7 +81,7 @@ export class WidgetMapbox extends LitElement {
81
82
registerTheme(theme?: Theme) {
83
const cssTextColor = getComputedStyle(this).getPropertyValue('--re-text-color').trim()
84
- const cssBgColor = getComputedStyle(this).getPropertyValue('--re-background-color').trim()
+ const cssBgColor = getComputedStyle(this).getPropertyValue('--re-tile-background-color').trim()
85
this.themeBgColor = cssBgColor || this.theme?.theme_object?.backgroundColor
86
this.themeTitleColor = cssTextColor || this.theme?.theme_object?.title?.textStyle?.color
87
this.themeSubtitleColor =
0 commit comments