-1

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?

Wekerle Tibor
  • 457
  • 2
  • 7
  • 19

1 Answers1

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.

https://aka.ms/themedesigner

Micah Godbolt
  • 224
  • 1
  • 2