This commit is contained in:
Kulbhushan Kaushik 2022-12-22 11:35:47 -05:00
parent bfdb874743
commit b2109b63f4

View file

@ -53,7 +53,7 @@ import { globalEvents } from "@/constants/events";
},
logoBackgroundStyle() {
return {
"background-color": this.headerAnswers[0] !== undefined ? this.headerAnswers[0].HexCode : "#ffffff00"
"background-color": this.headerAnswers[0] !== undefined ? this.headerAnswers[0].HexCode : "#FFFFFF"
};
},
},