Skip to content

Commit dff7adb

Browse files
fixup: change constraint color in track
1 parent e940c8f commit dff7adb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

browser/src/GenePage/MitochondrialRegionConstraintTrack.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Props = {
1616
exons: Exon[]
1717
}
1818

19-
const constraintColor = '#fd8d3c'
19+
const constraintColor = '#9b001f'
2020

2121
const Legend = () => (
2222
<>

browser/src/GenePage/__snapshots__/MitochondrialRegionConstraintTrack.spec.tsx.snap

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
7676
width={50}
7777
>
7878
<rect
79-
fill="#fd8d3c"
79+
fill="#9b001f"
8080
height={10}
8181
stroke="#000"
8282
width={30}
@@ -104,7 +104,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
104104
onMouseLeave={[Function]}
105105
>
106106
<rect
107-
fill="#fd8d3c"
107+
fill="#9b001f"
108108
height={15}
109109
stroke="black"
110110
width={111}
@@ -117,7 +117,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
117117
onMouseLeave={[Function]}
118118
>
119119
<rect
120-
fill="#fd8d3c"
120+
fill="#9b001f"
121121
height={15}
122122
stroke="black"
123123
width={111}
@@ -211,7 +211,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
211211
width={50}
212212
>
213213
<rect
214-
fill="#fd8d3c"
214+
fill="#9b001f"
215215
height={10}
216216
stroke="#000"
217217
width={30}
@@ -239,7 +239,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
239239
onMouseLeave={[Function]}
240240
>
241241
<rect
242-
fill="#fd8d3c"
242+
fill="#9b001f"
243243
height={15}
244244
stroke="black"
245245
width={111}
@@ -252,7 +252,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
252252
onMouseLeave={[Function]}
253253
>
254254
<rect
255-
fill="#fd8d3c"
255+
fill="#9b001f"
256256
height={15}
257257
stroke="black"
258258
width={111}

0 commit comments

Comments
 (0)