Skip to content

Commit

Permalink
Refactor #6655 - For MultiSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 28, 2024
1 parent 4628064 commit 6d313a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/themes/src/presets/aura/multiselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,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/material/multiselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export default {
chip: {
borderRadius: '{border.radius.sm}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
emptyMessage: {
padding: '{list.option.padding}'
},
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/presets/nora/multiselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export default {
fontWeight: '{list.option.group.font.weight}',
padding: '{list.option.group.padding}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
chip: {
borderRadius: '{border.radius.xs}'
},
Expand Down

0 comments on commit 6d313a2

Please sign in to comment.