Skip to content

Commit

Permalink
Merge pull request #29 from FACG4/chatcomponent
Browse files Browse the repository at this point in the history
making chat component and fix style issues relate to issue #7
  • Loading branch information
yahyaHB authored Aug 5, 2018
2 parents 08067c0 + 9aa31bf commit 1868745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Chats/Chats.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const Chat = ({ saveMsg }) => (
</div>
</div>
</form>

);

const Messages = ({ chat }) => (
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/components/Chats/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
padding-left: 10px;
}

.chat input{
color:black;
}

.chat h1{
color: #48a1af;
margin-left: 60px;
Expand Down

0 comments on commit 1868745

Please sign in to comment.