Skip to content

Commit

Permalink
Merge pull request #141 from concord-consortium/genetic-renderer-path
Browse files Browse the repository at this point in the history
Change nucleus background color to match new styles for CBio
  • Loading branch information
dstrawberrygirl authored Sep 27, 2019
2 parents 58d881c + 24b15c7 commit 2185f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lab/models/md2d/views/genetic-anim-states.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ define(function (require) {
drag: false
}],
background: [{
color: "#8492ef"
color: "#55b7b2"
}]
});
stateMgr.extendLastState("intro-zoom1", {
Expand Down Expand Up @@ -280,7 +280,7 @@ define(function (require) {
}],
viewPort: [{}],
background: [{
color: "#8492ef"
color: "#55b7b2"
}]
});
stateMgr.extendLastState("before-translation-s1", {
Expand Down

0 comments on commit 2185f6b

Please sign in to comment.