From 41723fcc36aba402e8d262ddccf13882333854b5 Mon Sep 17 00:00:00 2001 From: Mahmut Jomaa Date: Thu, 16 Nov 2017 00:01:32 +0100 Subject: [PATCH] fix(typo): update login error to use correct css font color property --- example-app/app/auth/components/login-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-app/app/auth/components/login-form.component.ts b/example-app/app/auth/components/login-form.component.ts index 249f08d96a..d7b438022a 100644 --- a/example-app/app/auth/components/login-form.component.ts +++ b/example-app/app/auth/components/login-form.component.ts @@ -55,7 +55,7 @@ import { Authenticate } from '../models/user'; .loginError { padding: 16px; width: 300px; - font-color: white; + color: white; background-color: red; }