Skip to content

Commit

Permalink
Fixed #6655
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 28, 2024
1 parent 414dd67 commit 68438df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/themes/src/presets/lara/cascadeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ export default {
focusColor: '{list.option.icon.focus.color}',
size: '0.875rem'
}
},
clearIcon: {
color: '{form.field.icon.color}'
}
};
3 changes: 3 additions & 0 deletions packages/themes/src/presets/lara/multiselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export default {
fontWeight: '{list.option.group.font.weight}',
padding: '{list.option.group.padding}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
chip: {
borderRadius: '{border.radius.sm}'
},
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/presets/lara/select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ export default {
fontWeight: '{list.option.group.font.weight}',
padding: '{list.option.group.padding}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
checkmark: {
color: '{list.option.color}',
gutterStart: '-0.5rem',
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/presets/lara/treeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export default {
tree: {
padding: '{list.padding}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
emptyMessage: {
padding: '{list.option.padding}'
},
Expand Down

0 comments on commit 68438df

Please sign in to comment.