Skip to content

Commit 2896e44

Browse files
authored
Update script.js
1 parent 7174b89 commit 2896e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/chat2/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ window.onload = function() {
2121
// Function to set background-color and text color
2222
function setColor(element, color) {
2323
element.style.backgroundColor = color;
24-
//element.style.color = color; // Default text color (white)
24+
element.style.color = color; // Default text color (white)
2525
}
2626

2727
// Function to set username

0 commit comments

Comments
 (0)