outline mute button

pull/1/head
David Benqué 5 years ago
parent 361292ff01
commit dc47091637

@ -292,7 +292,7 @@ define([
}).appendTo($mute); }).appendTo($mute);
return; return;
} }
var muteButton = h('button.btn.btn-danger.cp-app-profile-friend-request', [ var muteButton = h('button.btn.btn-danger-outline.cp-app-profile-friend-request', [
h('i.fa.fa-bell-slash'), h('i.fa.fa-bell-slash'),
Messages.contacts_mute || 'mute' Messages.contacts_mute || 'mute'
]); ]);

Loading…
Cancel
Save