Skip to content

Commit 41723fc

Browse files
MJomaakrjordan
authored andcommitted
fix(typo): update login error to use correct css font color property
1 parent 980a653 commit 41723fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-app/app/auth/components/login-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import { Authenticate } from '../models/user';
5555
.loginError {
5656
padding: 16px;
5757
width: 300px;
58-
font-color: white;
58+
color: white;
5959
background-color: red;
6060
}
6161

0 commit comments

Comments
 (0)