We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b106d1f commit aefa3e1Copy full SHA for aefa3e1
1 file changed
src/widget-table.ts
@@ -43,7 +43,7 @@ export class WidgetTable extends LitElement {
43
44
registerTheme(theme?: Theme) {
45
const cssTextColor = getComputedStyle(this).getPropertyValue('--re-text-color').trim()
46
- const cssBgColor = getComputedStyle(this).getPropertyValue('--re-background-color').trim()
+ const cssBgColor = getComputedStyle(this).getPropertyValue('--re-tile-background-color').trim()
47
this.themeBgColor = cssBgColor || this.theme?.theme_object?.backgroundColor
48
this.themeTitleColor = cssTextColor || this.theme?.theme_object?.title?.textStyle?.color
49
this.themeSubtitleColor =
0 commit comments