Skip to content

Commit 1ffc058

Browse files
Change logo background to white for green2025 styles
1 parent d8d8bb0 commit 1ffc058

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resources/js/components/molecules/MLogoBlock.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@
121121
if (StyleSetTypes.young === this.styleSet) {
122122
return 'white';
123123
}
124-
124+
if (StyleSetTypes.green2025 === this.styleSet || StyleSetTypes.green2025Centered === this.styleSet) {
125+
return 'white';
126+
}
125127
return ColorSchemes.white === this.colorSchema ? 'white' : 'green';
126128
},
127129

0 commit comments

Comments
 (0)