Skip to content

Commit 6fd82c8

Browse files
committed
Fix LoginPage backgound color
1 parent 42e6357 commit 6fd82c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/containers/LoginPage/LoginPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class LoginPage extends Component {
4646
const { loggingIn } = this.props;
4747
const { username, password, submitted } = this.state;
4848
return (
49-
<div>
49+
<div className="ui inverted vertical masthead center aligned segment">
5050
<Grid
5151
textAlign="center"
5252
style={{ minHeight: 700 }}

0 commit comments

Comments
 (0)