change mock background slightly

This commit is contained in:
Jacob Overgaard
2024-04-05 16:34:17 +02:00
parent 465843233f
commit dcee267247

View File

@@ -96,7 +96,7 @@ export class UmbAppAuthController extends UmbControllerBase {
},
modal: {
backdropBackground: this.#firstTimeLoggingIn
? "url('https://picsum.photos/1440') center center / cover no-repeat"
? "url('https://picsum.photos/1440?grayscale&blur=2') center center / cover no-repeat"
: 'rgb(0, 0, 0)',
},
})