This commit is contained in:
Thomas Lovén 2024-02-08 09:26:42 +01:00 committed by GitHub
parent 21b171245a
commit c567f20074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ export class HaQrCode extends LitElement {
margin: this.margin,
maskPattern: this.maskPattern,
color: {
light: #ffffffff,
light: "#ffffffff",
},
}).catch((err) => {
this._error = err.message;