diff --git a/packages/react/src/components/Switch/switch.scss b/packages/react/src/components/Switch/switch.scss index 80099f53..aff1897d 100644 --- a/packages/react/src/components/Switch/switch.scss +++ b/packages/react/src/components/Switch/switch.scss @@ -18,4 +18,13 @@ .oxygen-switch { /* Add styles */ + .MuiSwitch-thumb { + color: lightgray; + } + + .Mui-checked { + .MuiSwitch-thumb { + color: var(--oxygen-palette-primary-main); + } + } }