Skip to content

Commit

Permalink
Refactor #6655 - For TreeSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 28, 2024
1 parent c2c91ce commit fad672f
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/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
3 changes: 3 additions & 0 deletions packages/themes/src/presets/material/treeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export default {
chip: {
borderRadius: '{border.radius.sm}'
},
clearIcon: {
color: '{form.field.icon.color}'
},
css: ({ dt }) => `
.p-treeselect.p-variant-filled {
border-bottom-left-radius: 0;
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/presets/nora/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 fad672f

Please sign in to comment.