mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Use fixed colors for qr codes
This commit is contained in:
parent
abb014745a
commit
21b171245a
@ -74,8 +74,7 @@ export class HaQrCode extends LitElement {
|
|||||||
margin: this.margin,
|
margin: this.margin,
|
||||||
maskPattern: this.maskPattern,
|
maskPattern: this.maskPattern,
|
||||||
color: {
|
color: {
|
||||||
light: computedStyles.getPropertyValue("--card-background-color"),
|
light: #ffffffff,
|
||||||
dark: computedStyles.getPropertyValue("--primary-text-color"),
|
|
||||||
},
|
},
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
this._error = err.message;
|
this._error = err.message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user