New tokens for MultiSelect with Lara support

This commit is contained in:
Cagatay Civici 2024-05-08 10:55:59 +03:00
parent c493f0d22a
commit b940bc39f2
5 changed files with 108 additions and 57 deletions

View file

@ -32,7 +32,7 @@ export default {
borderColor: '{overlay.select.border.color}',
borderRadius: '{overlay.select.border.radius}',
color: '{overlay.select.color}',
shadow: '{overlay.select.shadow}',
shadow: '{overlay.select.shadow}'
},
list: {
padding: '{list.padding}',
@ -58,9 +58,6 @@ export default {
fontWeight: '{list.option.group.font.weight}',
padding: '{list.option.group.padding}'
},
filterIcon: {
color: '{form.field.icon.color}'
},
checkmark: {
color: '{list.option.color}'
}