diff --git a/package.json b/package.json index 593d841..6774490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-solid", - "version": "0.1.6", + "version": "0.1.7", "repository": "https://github.com/thep0y/fluent", "keywords": [ "solid", diff --git a/packages/components/switch/index.scss b/packages/components/switch/index.scss index a4d2fad..16d6b1d 100644 --- a/packages/components/switch/index.scss +++ b/packages/components/switch/index.scss @@ -31,13 +31,14 @@ } &:enabled:checked:hover ~ .fluent-switch__indicator { - background-color: var(--colorCompoundBrandBackgroundPressed); + background-color: var(--colorCompoundBrandBackgroundHover); border-color: var(--colorTransparentStrokeInteractive); } &:enabled:checked ~ .fluent-switch__indicator { - background-color: var(--colorCompoundBrandBackgroundPressed); - border-color: var(--colorTransparentStrokeInteractive); + background-color: var(--colorCompoundBrandBackground); + color: var(--colorNeutralForegroundInverted); + border-color: var(--colorTransparentStroke); } &:disabled {