Skip to content

Commit

Permalink
Merge pull request #18008 from jeclrsg/hpcc-30769-eclwatch-v5-toolbar…
Browse files Browse the repository at this point in the history
…-color

HPCC-30769 ECL Watch v5 fix toolbar color setting
  • Loading branch information
GordonSmith authored Nov 9, 2023
2 parents dd196f0 + f2bb885 commit e5d34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/eclwatch/HPCCPlatformWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ define([
document.title = dojoConfig.pageTitle;
}

domStyle.set(this.id + "Titlebar", { backgroundColor: theme.active && theme.color ? theme.color : EnvironmentTheme.defaults.color });
domStyle.set(this.id + "Titlebar", { backgroundColor: theme.color ? theme.color : EnvironmentTheme.defaults.color });
});
},

Expand Down

0 comments on commit e5d34f7

Please sign in to comment.