Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
fix(src/views/login/style.js): css syntax error. add expected colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 20, 2018
1 parent bfcea61 commit c9b2de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const Profile = styled.div`
export const LargeEmoji = styled.div`
display: flex;
text-align: center;
flex 1;
flex: 1;
padding: 16px 0 32px;
font-size: 48px;
`;
Expand Down

0 comments on commit c9b2de1

Please sign in to comment.