Skip to content

Commit

Permalink
Disbaled icon colour should be light grey
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillipus committed Jul 30, 2024
1 parent 62a13f5 commit 520caa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public int getIconOffset() {
*/
public Color getIconColor() {
if(!isEnabled()) {
return ColorConstants.gray;
return ColorConstants.lightGray;
}

String val = fDiagramModelObject.getIconColor();
Expand Down

0 comments on commit 520caa2

Please sign in to comment.