Fixed colors of toggle switch

pull/5701/head
Cagatay Civici 2024-05-08 14:04:46 +03:00
parent 9252052d9c
commit 77e5480d8b
2 changed files with 8 additions and 8 deletions

View File

@ -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}',

View File

@ -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}',