Skip to content

Commit

Permalink
Refactor #6636 - For SelectButton
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 24, 2024
1 parent ae27c2c commit 09c14e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/primevue/src/selectbutton/style/SelectButtonStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const theme = ({ dt }) => `
}
.p-selectbutton .p-togglebutton:first-child {
border-left-width: 1px;
border-top-left-radius: ${dt('selectbutton.border.radius')};
border-bottom-left-radius: ${dt('selectbutton.border.radius')};
border-inline-start-width: 1px;
border-start-start-radius: ${dt('selectbutton.border.radius')};
border-end-start-radius: ${dt('selectbutton.border.radius')};
}
.p-selectbutton .p-togglebutton:last-child {
border-top-right-radius: ${dt('selectbutton.border.radius')};
border-bottom-right-radius: ${dt('selectbutton.border.radius')};
border-start-end-radius: ${dt('selectbutton.border.radius')};
border-end-end-radius: ${dt('selectbutton.border.radius')};
}
.p-selectbutton.p-invalid {
Expand Down

0 comments on commit 09c14e9

Please sign in to comment.