From 06d59b3cdec07d6e2e6af6f3c50c6d3ce513db72 Mon Sep 17 00:00:00 2001 From: Josh McCarty Date: Tue, 22 Oct 2019 15:04:09 -0700 Subject: [PATCH] Adds a white background to the QR code for MFA (#4107) --- src/panels/profile/ha-mfa-module-setup-flow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/profile/ha-mfa-module-setup-flow.js b/src/panels/profile/ha-mfa-module-setup-flow.js index 79394d8196..1e5450bc90 100644 --- a/src/panels/profile/ha-mfa-module-setup-flow.js +++ b/src/panels/profile/ha-mfa-module-setup-flow.js @@ -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; }