Skip to content

Commit 9b5b5a7

Browse files
authored
prettier fix
1 parent ef592f6 commit 9b5b5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browser/pages/login.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ body {
4040
}
4141

4242
.login-form > .field > .password::placeholder {
43-
color: rgb(148 163 184);
43+
color: rgb(148 163 184);
4444
}
4545

4646
.login-form > .field > .password:focus {
47-
outline: 2px solid rgb(63, 131, 248);
47+
outline: 2px solid rgb(63, 131, 248);
4848
}
4949

5050
.login-form > .user {

0 commit comments

Comments
 (0)