Skip to content

Commit 7346587

Browse files
committed
fix(form): fix typo for transparent in disabled toggle hover color
1 parent 57e7213 commit 7346587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form/src/toggle/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
position: relative;
4646

4747
&--disabled {
48-
@include rmd-states-theme-update-var(hover-color, tranparent);
48+
@include rmd-states-theme-update-var(hover-color, transparent);
4949
}
5050
}
5151

0 commit comments

Comments
 (0)