Skip to content

Commit

Permalink
HPCC-30769 ECL Watch v5 fix toolbar color setting
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com>
  • Loading branch information
jeclrsg committed Nov 8, 2023
1 parent dd196f0 commit f2bb885
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 f2bb885

Please sign in to comment.