Skip to content

Commit

Permalink
[mirotalk] - fix emoji button color
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 23, 2024
1 parent 8b08c9b commit f626747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4905,7 +4905,7 @@ function setRoomEmojiButton() {
function toggleEmojiPicker() {
if (emojiPickerContainer.style.display === 'block') {
elemDisplay(emojiPickerContainer, false);
setColor(roomEmojiPickerBtn, 'black');
setColor(roomEmojiPickerBtn, 'var(--btn-bar-bg-color)');
} else {
emojiPickerContainer.style.display = 'block';
setColor(roomEmojiPickerBtn, 'green');
Expand Down

0 comments on commit f626747

Please sign in to comment.