Use these typography styles to standardize text across your app.

<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_text_01_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/android/updated/img_text_01_dark.png?text=DarkMode" />

</DisplayToggle>
