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

Commit e89c961

Browse files
author
vikasrohit
committed
SUP-2160, Displayed color for Handle/Rating should be yellow
SUP-2250, Grey color for handle should be more darker than current one. -- Updated grey color for 0-899 instead of 1-899
1 parent fa3808f commit e89c961

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)