I've been struggling to change the color of the Switch to yellow when it's turned on. Despite my attempts, I haven't been successful in doing so. Is it even possible to achieve this color change?
<Switch
size="small"
checked={this.state.switchChecked}
onClick={this.handleSwitchState}
color="yellow"
/>
If anyone could lend a hand with this issue, I would greatly appreciate it. My goal is to have the Switch display a yellow color when toggled on.