Track style for disabled/off switches.
const switchTrackOffStyle = { ..._trackBaseStyle, 'background': '#e5e7eb', 'box-shadow': 'inset 0 0 0 1px rgba(15, 23, 42, 0.08)', };