Skip to content

Commit 902eefa

Browse files
authored
fix: disabled toggle color tokens (#10059)
1 parent c06edfa commit 902eefa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/components/src/components/toggle/_toggle.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,11 @@
518518
cursor: not-allowed;
519519

520520
&::before {
521-
background-color: $disabled-01;
521+
background-color: $disabled-02;
522522
}
523523

524524
&::after {
525-
background-color: $disabled-02;
525+
background-color: $disabled-03;
526526
}
527527

528528
&::before,

0 commit comments

Comments
 (0)