Skip to content

Commit 3b695c0

Browse files
authored
Missed a spot
1 parent 7a89e5b commit 3b695c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/guidance/supporting-section-backgrounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public render(): void {
9494

9595
const semanticColors: Readonly<ISemanticColors> | undefined = this._themeVariant && this._themeVariant.semanticColors;
9696

97-
const style: string = ` style="color:${semanticColors.bodyText}"`;
97+
const style: string = ` style="background-color:${semanticColors.bodyBackground}"`;
9898
this.domElement.innerHTML = `<p${'' || (this._themeProvider && style)}>this is a demo</p>`;
9999
}
100100
```

0 commit comments

Comments
 (0)