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 bd8b26f commit 5dd02d7Copy full SHA for 5dd02d7
1 file changed
src/widget-value.ts
@@ -70,7 +70,7 @@ export class WidgetValue extends LitElement {
70
71
registerTheme(theme?: Theme) {
72
const cssTextColor = getComputedStyle(this).getPropertyValue('--re-text-color').trim()
73
- const cssBgColor = getComputedStyle(this).getPropertyValue('--re-background-color').trim()
+ const cssBgColor = getComputedStyle(this).getPropertyValue('--re-tile-background-color').trim()
74
this.themeBgColor = cssBgColor || this.theme?.theme_object?.backgroundColor
75
this.themeTitleColor = cssTextColor || this.theme?.theme_object?.title?.textStyle?.color
76
this.themeSubtitleColor =
0 commit comments