Skip to content

Commit

Permalink
[Bug #6639] More harmonic colors chosen.
Browse files Browse the repository at this point in the history
  • Loading branch information
msak committed Sep 26, 2012
1 parent ae87377 commit 03e237a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -136,7 +136,7 @@ qx.Class.define("ColorSwitch",

toggleColor : function(target, command)
{
this.setBackgroundColor(this.getBackgroundColor() == "red" ? "green" : "red");
this.setBackgroundColor(this.getBackgroundColor() == "#ABEFEF" ? "#ABEFAB" : "#ABEFEF");
},


Expand Down

0 comments on commit 03e237a

Please sign in to comment.