Skip to content

Commit 5579804

Browse files
committed
fix: add support for "removeBackgroundBlendMode" prop
1 parent 4c86835 commit 5579804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/SetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'background-image': 'url(' + loadFile(coreStore.config?.loginBackgroundImage) + ')',
55
'background-size': 'cover',
66
'background-position': 'center',
7-
'background-blend-mode': 'darken'
7+
'background-blend-mode': coreStore.config?.removeBackgroundBlendMode ? 'normal' : 'darken'
88
}: {}"
99
>
1010

0 commit comments

Comments
 (0)