Fixed #6667 - AutoComplete Chip Focus Design token name is wrong

pull/6674/head
Cagatay Civici 2024-10-28 22:47:22 +03:00
parent cf99a63682
commit e87cfb2217
4 changed files with 8 additions and 8 deletions

View File

@ -83,7 +83,7 @@ export default {
light: { light: {
chip: { chip: {
focusBackground: '{surface.200}', focusBackground: '{surface.200}',
color: '{surface.800}' focusColor: '{surface.800}'
}, },
dropdown: { dropdown: {
background: '{surface.100}', background: '{surface.100}',
@ -97,7 +97,7 @@ export default {
dark: { dark: {
chip: { chip: {
focusBackground: '{surface.700}', focusBackground: '{surface.700}',
color: '{surface.0}' focusColor: '{surface.0}'
}, },
dropdown: { dropdown: {
background: '{surface.800}', background: '{surface.800}',

View File

@ -83,7 +83,7 @@ export default {
light: { light: {
chip: { chip: {
focusBackground: '{surface.200}', focusBackground: '{surface.200}',
color: '{surface.800}' focusColor: '{surface.800}'
}, },
dropdown: { dropdown: {
background: '{surface.50}', background: '{surface.50}',
@ -97,7 +97,7 @@ export default {
dark: { dark: {
chip: { chip: {
focusBackground: '{surface.700}', focusBackground: '{surface.700}',
color: '{surface.0}' focusColor: '{surface.0}'
}, },
dropdown: { dropdown: {
background: '{surface.800}', background: '{surface.800}',

View File

@ -83,7 +83,7 @@ export default {
light: { light: {
chip: { chip: {
focusBackground: '{surface.300}', focusBackground: '{surface.300}',
color: '{surface.950}' focusColor: '{surface.950}'
}, },
dropdown: { dropdown: {
background: '{surface.100}', background: '{surface.100}',
@ -97,7 +97,7 @@ export default {
dark: { dark: {
chip: { chip: {
focusBackground: '{surface.600}', focusBackground: '{surface.600}',
color: '{surface.0}' focusColor: '{surface.0}'
}, },
dropdown: { dropdown: {
background: '{surface.800}', background: '{surface.800}',

View File

@ -87,7 +87,7 @@ export default {
light: { light: {
chip: { chip: {
focusBackground: '{surface.300}', focusBackground: '{surface.300}',
color: '{surface.900}' focusColor: '{surface.900}'
}, },
dropdown: { dropdown: {
hoverBackground: '{surface.200}', hoverBackground: '{surface.200}',
@ -97,7 +97,7 @@ export default {
dark: { dark: {
chip: { chip: {
focusBackground: '{surface.600}', focusBackground: '{surface.600}',
color: '{surface.0}' focusColor: '{surface.0}'
}, },
dropdown: { dropdown: {
hoverBackground: '{surface.700}', hoverBackground: '{surface.700}',