Skip to content

Commit

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

0 comments on commit 0538dc7

Please sign in to comment.