Adds a white background to the QR code for MFA (#4107)

This commit is contained in:
Josh McCarty
2019-10-23 00:04:09 +02:00
committed by Bram Kragten
parent 1e7497ad33
commit 06d59b3cde
@@ -30,6 +30,7 @@ class HaMfaModuleSetupFlow extends LocalizeMixin(EventsMixin(PolymerElement)) {
}
ha-markdown img:first-child:last-child,
ha-markdown svg:first-child:last-child {
background-color: white;
display: block;
margin: 0 auto;
}