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 7a89e5b commit 3b695c0Copy full SHA for 3b695c0
docs/spfx/web-parts/guidance/supporting-section-backgrounds.md
@@ -94,7 +94,7 @@ public render(): void {
94
95
const semanticColors: Readonly<ISemanticColors> | undefined = this._themeVariant && this._themeVariant.semanticColors;
96
97
- const style: string = ` style="color:${semanticColors.bodyText}"`;
+ const style: string = ` style="background-color:${semanticColors.bodyBackground}"`;
98
this.domElement.innerHTML = `<p${'' || (this._themeProvider && style)}>this is a demo</p>`;
99
}
100
```
0 commit comments