diff --git a/src/auth/ha-auth-flow.js b/src/auth/ha-auth-flow.js index 36333b3fd0..e50a3b8ba2 100644 --- a/src/auth/ha-auth-flow.js +++ b/src/auth/ha-auth-flow.js @@ -16,13 +16,16 @@ class HaAuthFlow extends LocalizeLiteMixin(PolymerElement) { margin: 24px 0 8px; text-align: center; } + .error { + color: red; + }