Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change
  • Loading branch information
met18001 committed Mar 12, 2020
1 parent 248117e commit ee25767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -55,7 +55,7 @@ function saveProfileImageLocally() {
function displayMessage(message) {
var messageParagraph = document.createElement("p");
if (message.sentBy == localStorage.userName){
messageParagraph.style.color = "magenta";
messageParagraph.style.color = "coral";
}
messageParagraph.innerHTML = message.dateStamp + " " + message.message + " " + message.sentBy;

Expand Down

0 comments on commit ee25767

Please sign in to comment.