Skip to content

Commit

Permalink
Refactor #6636 - For TreeSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 24, 2024
1 parent b4164ef commit e439a17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/primevue/src/treeselect/style/TreeSelectStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const theme = ({ dt }) => `
background: transparent;
color: ${dt('treeselect.dropdown.color')};
width: ${dt('treeselect.dropdown.width')};
border-top-right-radius: ${dt('border.radius.md')};
border-bottom-right-radius: ${dt('border.radius.md')};
border-start-end-radius: ${dt('border.radius.md')};
border-end-end-radius: ${dt('border.radius.md')};
}
.p-treeselect-label-container {
Expand All @@ -68,7 +68,7 @@ const theme = ({ dt }) => `
.p-treeselect-label {
display: flex;
align-items-center;
align-items: center;
gap: calc(${dt('treeselect.padding.y')} / 2);
white-space: nowrap;
cursor: pointer;
Expand Down Expand Up @@ -129,8 +129,8 @@ const theme = ({ dt }) => `
}
.p-treeselect-label .p-chip {
padding-top: calc(${dt('treeselect.padding.y')} / 2);
padding-bottom: calc(${dt('treeselect.padding.y')} / 2);
padding-block-start: calc(${dt('treeselect.padding.y')} / 2);
padding-block-end: calc(${dt('treeselect.padding.y')} / 2);
border-radius: ${dt('treeselect.chip.border.radius')};
}
Expand Down

0 comments on commit e439a17

Please sign in to comment.