COMMIT
This commit is contained in:
parent
bfdb874743
commit
b2109b63f4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ import { globalEvents } from "@/constants/events";
|
||||||
},
|
},
|
||||||
logoBackgroundStyle() {
|
logoBackgroundStyle() {
|
||||||
return {
|
return {
|
||||||
"background-color": this.headerAnswers[0] !== undefined ? this.headerAnswers[0].HexCode : "#ffffff00"
|
"background-color": this.headerAnswers[0] !== undefined ? this.headerAnswers[0].HexCode : "#FFFFFF"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue