Skip to content

Commit b66c67c

Browse files
committed
fix: add primary color to rating option
1 parent 685e996 commit b66c67c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/@primereact/styles/src/rating/Rating.style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const style = /*css*/ `
1414
.p-rating-option {
1515
position: relative;
1616
cursor: pointer;
17+
color: dt('primary.color');
1718
}
1819
1920
.p-rating-option:has(:focus-visible) {

0 commit comments

Comments
 (0)