I am trying to use Office UI Fabric components in my application. I would like to change the color of the toggle component, it's default color is blue. How can I do it?
Asked
Active
Viewed 596 times
-1
-
https://github.com/OfficeDev/office-ui-fabric-react/wiki/Component-Styling – Bilal Hussain Jan 20 '20 at 11:56
-
https://stackoverflow.com/help/how-to-ask – Jap Mul Jan 20 '20 at 12:10
1 Answers
1
Easiest way would be to create and use a new theme. If your app is red instead of blue, you can create a red theme and all of the blues will now be red.

Micah Godbolt
- 224
- 1
- 2