Fixed colors of toggle switch
parent
9252052d9c
commit
77e5480d8b
|
@ -23,8 +23,8 @@ export default {
|
||||||
background: '{surface.300}',
|
background: '{surface.300}',
|
||||||
invalidBackground: '{red.400}',
|
invalidBackground: '{red.400}',
|
||||||
hoverBackground: '{surface.400}',
|
hoverBackground: '{surface.400}',
|
||||||
checkedBackground: '{primary.500}',
|
checkedBackground: '{primary.color}',
|
||||||
checkedHoverBackground: '{primary.600}'
|
checkedHoverBackground: '{primary.hover.color}'
|
||||||
},
|
},
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.0}',
|
background: '{surface.0}',
|
||||||
|
@ -39,8 +39,8 @@ export default {
|
||||||
background: '{surface.700}',
|
background: '{surface.700}',
|
||||||
invalidBackground: '{red.300}',
|
invalidBackground: '{red.300}',
|
||||||
hoverBackground: '{surface.600}',
|
hoverBackground: '{surface.600}',
|
||||||
checkedBackground: '{primary.400}',
|
checkedBackground: '{primary.color}',
|
||||||
checkedHoverBackground: '{primary.300}'
|
checkedHoverBackground: '{primary.hover.color}'
|
||||||
},
|
},
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.400}',
|
background: '{surface.400}',
|
||||||
|
|
|
@ -23,8 +23,8 @@ export default {
|
||||||
background: '{surface.300}',
|
background: '{surface.300}',
|
||||||
invalidBackground: '{red.400}',
|
invalidBackground: '{red.400}',
|
||||||
hoverBackground: '{surface.400}',
|
hoverBackground: '{surface.400}',
|
||||||
checkedBackground: '{primary.500}',
|
checkedBackground: '{primary.color}',
|
||||||
checkedHoverBackground: '{primary.600}'
|
checkedHoverBackground: '{primary.hover.color}'
|
||||||
},
|
},
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.0}',
|
background: '{surface.0}',
|
||||||
|
@ -39,8 +39,8 @@ export default {
|
||||||
background: '{surface.700}',
|
background: '{surface.700}',
|
||||||
invalidBackground: '{red.300}',
|
invalidBackground: '{red.300}',
|
||||||
hoverBackground: '{surface.600}',
|
hoverBackground: '{surface.600}',
|
||||||
checkedBackground: '{primary.400}',
|
checkedBackground: '{primary.color}',
|
||||||
checkedHoverBackground: '{primary.300}'
|
checkedHoverBackground: '{primary.hover.color}'
|
||||||
},
|
},
|
||||||
handle: {
|
handle: {
|
||||||
background: '{surface.400}',
|
background: '{surface.400}',
|
||||||
|
|
Loading…
Reference in New Issue