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: {
chip: {
focusBackground: '{surface.200}',
color: '{surface.800}'
focusColor: '{surface.800}'
},
dropdown: {
background: '{surface.100}',
@ -97,7 +97,7 @@ export default {
dark: {
chip: {
focusBackground: '{surface.700}',
color: '{surface.0}'
focusColor: '{surface.0}'
},
dropdown: {
background: '{surface.800}',

View File

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

View File

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

View File

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