Skip to content

Commit 02d5acb

Browse files
committed
Updated.
1 parent f9d2034 commit 02d5acb

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.6.3/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Gleap.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,12 @@ class Gleap {
643643
* Sets a custom color scheme.
644644
* @param {string} primaryColor
645645
*/
646-
static setColors(primaryColor, headerColor, buttonColor) {
646+
static setColors(
647+
primaryColor,
648+
headerColor,
649+
buttonColor,
650+
backgroundColor = "#fff"
651+
) {
647652
this.setStyles({
648653
headerColor,
649654
primaryColor,

0 commit comments

Comments
 (0)