Non-greyed text for switch component when disabled

A lot of my apps use disabled toggles (soon to be switch components) to display information on a dashboard. The new switch components grey out the text to the point where it is hard to interpret:
image

Is there anyway to disable these switches without greying out the text?

You can add custom CSS for that, take a look here

I had this requirement too, it'd be great to be able to manage disabled state CSS from within the App Theme rather than custom CSS

I definitely agree!

I can make a feature request to manage disabled state CSS from within the App Theme. Custom CSS can get complex/messy and having very grey/hard to see text is not ideal!