Skip to content

Commit

Permalink
Merge pull request #24 from thep0y/main
Browse files Browse the repository at this point in the history
0.1.7
  • Loading branch information
thep0y authored Dec 12, 2024
2 parents 4ae441b + c0d0763 commit 92c747f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-solid",
"version": "0.1.6",
"version": "0.1.7",
"repository": "https://github.com/thep0y/fluent",
"keywords": [
"solid",
Expand Down
7 changes: 4 additions & 3 deletions packages/components/switch/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92c747f

Please sign in to comment.