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

This commit is contained in:
Josh McCarty 2019-10-22 15:04:09 -07:00 committed by Bram Kragten
parent 1e7497ad33
commit 06d59b3cde

View File

@ -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;
}