diff --git a/components/Switch/index.scss b/components/Switch/index.scss index abcc2cc6..677f6af2 100644 --- a/components/Switch/index.scss +++ b/components/Switch/index.scss @@ -14,7 +14,7 @@ } &[data-state='checked'] { - background: $grey-15; + background: var(--accent-blue); } &:disabled {