Skip to content

Commit a3166b9

Browse files
committed
fix(Switch): styles
1 parent cc10612 commit a3166b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/fields/Switch/Switch.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const SwitchElement = tasty({
5252
fill: {
5353
'': '#white',
5454
checked: '#purple',
55-
disabled: '#dark.12',
55+
disabled: '#border',
5656
},
5757
color: {
5858
'': '#dark-03',
@@ -61,6 +61,7 @@ const SwitchElement = tasty({
6161
border: {
6262
'': '#dark-05',
6363
checked: '#purple',
64+
disabled: '#dark-05',
6465
},
6566
width: {
6667
'': '5.5x 5.5x',
@@ -94,7 +95,7 @@ const SwitchElement = tasty({
9495
radius: 'round',
9596
fill: {
9697
'': 'currentColor',
97-
disabled: '#white.5',
98+
disabled: '#white.7',
9899
},
99100
top: {
100101
'': '.375x',

0 commit comments

Comments
 (0)