Skip to content

Commit

Permalink
Fixed #6582 - Slider track border radius token not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 16, 2024
1 parent 57d0b47 commit 618bdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/slider/style/SliderStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const theme = ({ dt }) => `
.p-slider {
position: relative;
background: ${dt('slider.track.background')};
border-radius: ${dt('slider.border.radius')};
border-radius: ${dt('slider.track.border.radius')};
}
.p-slider-handle {
Expand Down

0 comments on commit 618bdf9

Please sign in to comment.