How to change theme dinamically in react application

I'm trying to change the theme of my react application from light to dark (and viceversa) using a button or a switch button (I will decide it later). The fact is: I'm importing the themes' .css dir...