CSS Variables demo

Try changing variables in the panel on the right to see the change.
<Switch
  sx={{
    '--switch-track-width': '88px',
    '--switch-track-height': '40px',
    '--switch-track-radius': '8px',
    '--switch-thumb-size': '32px',
  }}
/>
Pick a color scheme