From adc9fbeb13608cd7ba479d3fd3cb32be7b051d31 Mon Sep 17 00:00:00 2001 From: Chris Kent <8364109+thechriskent@users.noreply.github.com> Date: Fri, 16 Aug 2019 16:12:55 -0400 Subject: [PATCH] Font Color to Background Color --- .../components/BasicSectionBackgroundExample.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/section-backgrounds/src/webparts/basicReactSectionBackgroundExample/components/BasicSectionBackgroundExample.tsx b/samples/section-backgrounds/src/webparts/basicReactSectionBackgroundExample/components/BasicSectionBackgroundExample.tsx index 2789ab303..6ca0f0594 100644 --- a/samples/section-backgrounds/src/webparts/basicReactSectionBackgroundExample/components/BasicSectionBackgroundExample.tsx +++ b/samples/section-backgrounds/src/webparts/basicReactSectionBackgroundExample/components/BasicSectionBackgroundExample.tsx @@ -11,7 +11,7 @@ export default class BasicSectionBackgroundExample extends React.Component +

This React web part has support for section backgrounds and will inherit its background from the section

);