Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c584659

Browse files
author
vikasrohit
committed
Merge pull request #457 from appirio-tech/feature/member-handle-color-update
SUP-2160, Displayed color for Handle/Rating should be yellow
2 parents f155320 + e89c961 commit c584659

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/filters/rating-color.filter.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,11 @@
1515
return colors[0] && colors[0].color || 'black';
1616
}
1717
var colors = [
18-
// level 0 grey
19-
{
20-
'color': '#F0F0F0',
21-
'darkerColor': '#F0F0F0',
22-
'start': 0,
23-
'end': 0
24-
},
2518
// grey
2619
{
2720
'color': '#9D9FA0',
2821
'darkerColor': '#9D9FA0',
29-
'start': 1,
22+
'start': 0,
3023
'end': 899
3124
},
3225
// green

0 commit comments

Comments
 (0)