Skip to content

Commit

Permalink
fix(typo): update login error to use correct css font color property
Browse files Browse the repository at this point in the history
  • Loading branch information
MJomaa authored and krjordan committed Nov 15, 2017
1 parent 980a653 commit 41723fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/app/auth/components/login-form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import { Authenticate } from '../models/user';
.loginError {
padding: 16px;
width: 300px;
font-color: white;
color: white;
background-color: red;
}
Expand Down

0 comments on commit 41723fc

Please sign in to comment.