Skip to content

Commit

Permalink
fixup: change constraint color in track
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Jun 4, 2024
1 parent e940c8f commit dff7adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Props = {
exons: Exon[]
}

const constraintColor = '#fd8d3c'
const constraintColor = '#9b001f'

const Legend = () => (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
width={50}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={10}
stroke="#000"
width={30}
Expand Down Expand Up @@ -104,7 +104,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
onMouseLeave={[Function]}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={15}
stroke="black"
width={111}
Expand All @@ -117,7 +117,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
onMouseLeave={[Function]}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={15}
stroke="black"
width={111}
Expand Down Expand Up @@ -211,7 +211,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
width={50}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={10}
stroke="#000"
width={30}
Expand Down Expand Up @@ -239,7 +239,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
onMouseLeave={[Function]}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={15}
stroke="black"
width={111}
Expand All @@ -252,7 +252,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
onMouseLeave={[Function]}
>
<rect
fill="#fd8d3c"
fill="#9b001f"
height={15}
stroke="black"
width={111}
Expand Down

0 comments on commit dff7adb

Please sign in to comment.