File tree 5 files changed +6
-6
lines changed
__tests__/shared/components
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exports[`renders profile about header correctly 1`] = `
21
21
className = " src-shared-components-ProfilePage-Header-___styles__handle___-v11j"
22
22
style = {
23
23
Object {
24
- " color" : " #9D9FA0 " ,
24
+ " color" : " #555555 " ,
25
25
}
26
26
}
27
27
>
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ exports[`Render with specified profile 1`] = `
639
639
className = " src-shared-components-TopcoderHeader-___style__user-menu-handle___r6kbg"
640
640
style = {
641
641
Object {
642
- " color" : " #9D9FA0 " ,
642
+ " color" : " #555555 " ,
643
643
}
644
644
}
645
645
/>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exports[`Snapshot match 1`] = `
18
18
className = " src-shared-components-TopcoderHeader-mobile-UserMenu-___style__handle___CL0Tq"
19
19
style = {
20
20
Object {
21
- " color" : " #9D9FA0 " ,
21
+ " color" : " #555555 " ,
22
22
}
23
23
}
24
24
>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exports[`Matches shallow shapshot 1`] = `
6
6
href = " "
7
7
style = {
8
8
Object {
9
- " color" : " #9D9FA0 " ,
9
+ " color" : " #555555 " ,
10
10
" fontSize" : " 24px" ,
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ export function getRatingLevel(rating) {
98
98
/* TODO: The actual color values below are taken from topcoder-app. Probably,
99
99
* they don't match colors in the current Topcoder style guide. */
100
100
export const RATING_COLORS = [ {
101
- color : '#9D9FA0 ' /* Grey */ ,
101
+ color : '#555555 ' /* Grey */ ,
102
102
limit : 900 ,
103
103
} , {
104
- color : '#69C329 ' /* Green */ ,
104
+ color : '#2D7E2D ' /* Green */ ,
105
105
limit : 1200 ,
106
106
} , {
107
107
color : '#616BD5' /* Blue */ ,
You can’t perform that action at this time.
0 commit comments