diff --git a/public/client.js b/public/client.js index fb37d6b..bd74783 100755 --- a/public/client.js +++ b/public/client.js @@ -2205,7 +2205,7 @@ function renderUserList() { // Send file button const sendFileBtn = document.createElement('button'); - sendFileBtn.className = 'btn btn-custom btn-secondary btn-m'; + sendFileBtn.className = 'btn btn-custom btn-success btn-m'; sendFileBtn.innerHTML = ''; sendFileBtn.style.marginRight = '10px'; sendFileBtn.style.cursor = 'pointer';